Click or drag to resize

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; }

Property Value

Type: String
Remarks
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