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