PDFView4NET WinForms Edition
Appearance Property (PDFAnnotation)




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

Property Value

The appearance of the annotation.
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

PDFAnnotation Class
PDFAnnotation Members