XFINIUM.PDF.View.Win Documentation
IconName Property (PdfVisualTextAnnotation)



Xfinium.Pdf.View.Annotations Namespace > PdfVisualTextAnnotation Class : IconName Property
Gets or sets the text annotation icon name.
Syntax
'Declaration
 
Public Property IconName As String
'Usage
 
Dim instance As PdfVisualTextAnnotation
Dim value As String
 
instance.IconName = value
 
value = instance.IconName
public string IconName {get; set;}
public:
property String^ IconName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the text annotation icon.
Exceptions
ExceptionDescription
Thrown when the property value is null or empty.
Remarks
The icon name defines the annotation's visual appearance. The library supports a predefined set of names defined in the Xfinium.Pdf.Annotations.PdfTextAnnotationName class for which standard appearance is created. When a custom name is used, a custom appearance must also be provided.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualTextAnnotation Class
PdfVisualTextAnnotation Members