PDFView4NET WinForms Edition
Icon Property (PDFFileAttachmentAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFFileAttachmentAnnotation Class : Icon Property
Gets or sets the annotation icon.
Syntax
'Declaration
 
Public Property Icon As PDFFileAttachmentAnnotationIcon
'Usage
 
Dim instance As PDFFileAttachmentAnnotation
Dim value As PDFFileAttachmentAnnotationIcon
 
instance.Icon = value
 
value = instance.Icon
public PDFFileAttachmentAnnotationIcon Icon {get; set;}
public: __property PDFFileAttachmentAnnotationIcon get_Icon();
public: __property void set_Icon( 
   PDFFileAttachmentAnnotationIcon value
);

Property Value

The icon to be displayed for the annotation.
Remarks
If the Icon property to any of the PDFFileAttachmentAnnotationIcon enum values, the IconName property will be set automatically to the corresponding string value. If the IconName property to a predefined icon name (names available in PDFFileAttachmentAnnotationIcon enumeration), the Icon property will be set accordingly, otherwise the Icon property will be set to PDFFileAttachmentAnnotationIcon.Custom
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