Used to add a sticky note to a document.

Namespace: TallComponents.PDF.Layout.Shapes.Annotations
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public enum NoteIcon
Visual Basic
Public Enumeration NoteIcon

Members

Member nameValueDescription
Checkmark0 The sticky note is displayed as checkmark.
Circle1 The sticky note is displayed as circle.
Comment2 The sticky note is displayed as comment.
Cross3 The sticky note is displayed as cross.
Help4 The sticky note is displayed as help.
Insert5 The sticky note is displayed as insert text.
Key6 The sticky note is displayed as key.
NewParagraph7 The sticky note is displayed as new paragraph.
Note8 The sticky note is displayed as text note.
Paragraph9 The sticky note is displayed as paragraph.

See Also