VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / HasAppearance Property
Syntax Requirements SeeAlso
In This Topic
    HasAppearance Property (PdfAnnotation)
    In This Topic
    Gets a value indicating whether this annotation has appearance.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A value indicating whether this annotation has appearance.")>
    Public ReadOnly Property HasAppearance As Boolean
    
    
    [Category("Appearance")]
    [Description("A value indicating whether this annotation has appearance.")]
    public bool HasAppearance { get; }
    
    
    [Category("Appearance")]
    [Description("A value indicating whether this annotation has appearance.")]
    public: __property bool get_HasAppearance();
    
    
    
    [Category("Appearance")]
    [Description("A value indicating whether this annotation has appearance.")]
    public:
    property bool HasAppearance { bool get(); }

    Property Value

    True if this annotation has appearance; otherwise, false.
    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