O2S.Components.PDF4NET.View.Win Documentation
Icon Property (PDFVisualFileAttachmentAnnotation)



O2S.Components.PDF4NET.View.Annotations Namespace > PDFVisualFileAttachmentAnnotation Class : Icon Property
Gets or sets the text annotation icon name.
Syntax
'Declaration
 
Public Property Icon As String
'Usage
 
Dim instance As PDFVisualFileAttachmentAnnotation
Dim value As String
 
instance.Icon = value
 
value = instance.Icon
public string Icon {get; set;}
public:
property String^ Icon {
   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 O2S.Components.PDF4NET.Annotations.PDFFileAttachmentAnnotationIcon 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, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PDFVisualFileAttachmentAnnotation Class
PDFVisualFileAttachmentAnnotation Members
O2S.Components.PDF4NET.Annotations.PDFFileAttachmentAnnotationIcon