StickyNoteAnnotationStandardIconNames Property |
Gets the standard icon names usable for sticky note appearances.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static string[] StandardIconNames { get; }
Public Shared ReadOnly Property StandardIconNames As String()
Get
Property Value
Type:
StringRemarks
The PDF specification states that a set of standard names should be
supported by all viewers for icons. The list includes "Note", "Comment",
"Key", "Help", "NewParagraph", "Paragraph", and "Insert". If these is
no icon name (null), the viewer will use a note.
See Also