XFINIUM.PDF Documentation
IconName Property (PdfFileAttachmentAnnotation)



Gets or sets the file attachment annotation 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^ IconName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the file attachment annotation icon.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown 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 PdfFileAttachmentAnnotationName 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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

PdfFileAttachmentAnnotation Class
PdfFileAttachmentAnnotation Members

Send Feedback