PDFView4NET WPF Edition
Appearance Property (PDFStampAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFStampAnnotation Class : Appearance Property
Gets or sets the annotation appearance.
Syntax
'Declaration
 
Public Overrides Property Appearance As PDFAnnotationAppearance
'Usage
 
Dim instance As PDFStampAnnotation
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 stamp.
Remarks
When this property is set to a valid appearance, the Icon is set to PDFStampAnnotationIcon.Custom and the IconName is set to "Custom". If you want to use your custom icon name, make sure you set the IconName property after this property is set.
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

PDFStampAnnotation Class
PDFStampAnnotation Members