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