PDFView4NET WPF Edition
IconName Property (PDFFileAttachmentAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFFileAttachmentAnnotation Class : IconName Property
Gets or sets the icon name.
Syntax
'Declaration
 
Public Property IconName As String
'Usage
 
Dim instance As PDFFileAttachmentAnnotation
Dim value As String
 
instance.IconName = value
 
value = instance.IconName
public string IconName {get; set;}
public: __property string* get_IconName();
public: __property void set_IconName( 
   string* value
);
public:
property String^ IconName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the stamp's icon.
Exceptions
ExceptionDescription
Thrown when the property value is null or empty.
Remarks
This property lets you set a custom name for your user defined icon appearances.
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