PDFView4NET WPF Edition
Icon Property (PDFStampAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFStampAnnotation Class : Icon Property
Syntax
'Declaration
 
Public Property Icon As PDFStampAnnotationIcon
'Usage
 
Dim instance As PDFStampAnnotation
Dim value As PDFStampAnnotationIcon
 
instance.Icon = value
 
value = instance.Icon
public PDFStampAnnotationIcon Icon {get; set;}
public: __property PDFStampAnnotationIcon get_Icon();
public: __property void set_Icon( 
   PDFStampAnnotationIcon value
);
public:
property PDFStampAnnotationIcon Icon {
   PDFStampAnnotationIcon get();
   void set (    PDFStampAnnotationIcon value);
}
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