VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / IsNoView Property
Syntax Requirements SeeAlso
In This Topic
    IsNoView Property (PdfAnnotation)
    In This Topic
    Gets or sets a value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.
    Syntax
    'Declaration
    
    <RefreshPropertiesAttribute(Repaint)>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")>
    Public Property IsNoView As Boolean
    
    
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")]
    public bool IsNoView { get; set; }
    
    
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")]
    public: __property bool get_IsNoView();
    public: __property void set_IsNoView(
    bool value
    );
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")]
    public:
    property bool IsNoView { bool get(); void set(bool value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also