Create a new sticky note shape area with given extent.

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

Syntax

C#
public NoteShape(
	Note note
)
Visual Basic
Public Sub New ( _
	note As Note _
)

Parameters

note
Type: TallComponents.PDF.Layout.Paragraphs..::..Note
The text for this sticky note.

See Also