 | PdfFileAttachmentAnnotationExtendedIconName Property |
The name of an icon to be used in displaying the annotation.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string ExtendedIconName { get; set; }
Public Property ExtendedIconName As String
Get
Set
public:
property String^ ExtendedIconName {
String^ get ();
void set (String^ value);
}
member ExtendedIconName : string with get, set
/** @property */
public String get_ExtendedIconName()
/** @property */
public void set_ExtendedIconName(String value)
function get_ExtendedIconName();
function set_ExtendedIconName(value);
Property Value
String
See Also