VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / CanInteractWithUser Property
Синтаксис Требования Смотрите также
В этом разделе
    CanInteractWithUser Свойство (PdfAnnotation)
    В этом разделе
    Возвращает значение, указывающее, может ли аннотация взаимодействовать с пользователем в режиме взаимодействия View или Markup.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")>
    <CategoryAttribute("Behavior")>
    Public Overridable ReadOnly Property CanInteractWithUser As Boolean
    
    
    [Description("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")]
    [Category("Behavior")]
    public virtual bool CanInteractWithUser { get; }
    
    
    [Description("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")]
    [Category("Behavior")]
    public: __property virtual bool get_CanInteractWithUser();
    
    
    
    [Description("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")]
    [Category("Behavior")]
    public:
    virtual property bool CanInteractWithUser { bool get(); }
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также