Namespace TallComponents.PDF.Layout.Shapes.Annotations
Class NoteShape
Used to add a sticky note to a document.
Syntax
public class NoteShape
: Shape
Constructors
NoteShape()
Create a new sticky note shape area.
NoteShape(Double,Double,Double,Double,Double,Double,String)
Create a new sticky note shape area with given extent.
NoteShape(Note)
Create a new sticky note shape area with given extent.
Properties
String Author
The author displayed in the sticky note.
RgbaColor Color
The color for this sticky note.
NoteIcon Icon
The icon used to display this sticky note.
Double NoteHeight
Height of this sticky note area.
Double NoteWidth
Width of this sticky note area.
Double NoteX
The X coordinate the note is placed.
Double NoteY
The Y coordinate the note is placed.
Boolean Open
The sticky note should be initially be displayed open (or closed).
String Subject
The subject displayed in the sticky note.
String Text
The text displayed in the sticky note.