VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / IsNoView Property
Синтаксис Требования Смотрите также
В этом разделе
    IsNoView Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли аннотация НЕ отображаться на PDF странице, и аннотация не может взаимодействовать с пользователем.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")>
    <RefreshPropertiesAttribute(Repaint)>
    Public Property IsNoView As Boolean
    
    
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")]
    [RefreshProperties(Repaint)]
    public bool IsNoView { get; set; }
    
    
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")]
    [RefreshProperties(Repaint)]
    public: __property bool get_IsNoView();
    public: __property void set_IsNoView(
    bool value
    );
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")]
    [RefreshProperties(Repaint)]
    public:
    property bool IsNoView { bool get(); void set(bool value); }
    Требования

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

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