PDFView4NET WinForms Edition
Appearance Property (PDFFileAttachmentAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFFileAttachmentAnnotation Class : Appearance Property
Gets or sets the annotation appearance.
Syntax
'Declaration
 
Public Overrides Property Appearance As PDFAnnotationAppearance
'Usage
 
Dim instance As PDFFileAttachmentAnnotation
Dim value As PDFAnnotationAppearance
 
instance.Appearance = value
 
value = instance.Appearance
public override PDFAnnotationAppearance Appearance {get; set;}
public: __property PDFAnnotationAppearance* get_Appearance() override;
public: __property void set_Appearance( 
   PDFAnnotationAppearance* value
) override;
public:
property PDFAnnotationAppearance^ Appearance {
   PDFAnnotationAppearance^ get() override;
   void set (    PDFAnnotationAppearance^ value) override;
}

Property Value

The appearance of the text annotation icon.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFileAttachmentAnnotation Class
PDFFileAttachmentAnnotation Members