 | PdfTextAnnotationStandardIconName 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.111.2704
Syntaxpublic IconNames StandardIconName { get; set; }Public Property StandardIconName As IconNames
Get
Set
public:
property IconNames StandardIconName {
IconNames get ();
void set (IconNames value);
}member StandardIconName : IconNames with get, set
/** @property */
public IconNames get_StandardIconName()
/** @property */
public void set_StandardIconName(IconNames value)
function get_StandardIconName();
function set_StandardIconName(value);
Property Value
IconNames
Remarks
Additional names may be supported as well. In this case please use
ExtendedIconName property.
Note |
|---|
| he annotation dictionary’s AP entry, if present,
takes precedence over the StandardIconName and ExtendedIconName properties. |
Default value: Note.
See Also