PDFView4NET WinForms Edition
IconName Property (PDFTextAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFTextAnnotation Class : IconName Property
Gets or sets the icon name.
Syntax
'Declaration
 
Public Property IconName As String
'Usage
 
Dim instance As PDFTextAnnotation
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 stamp appearances.
If the Icon property to any of the PDFTextAnnotationIcon 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 PDFTextAnnotationIcon enumeration), the Icon property will be set accordingly, otherwise the Icon property will be set to PDFTextAnnotationIcon.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

PDFTextAnnotation Class
PDFTextAnnotation Members