Create a new sticky note.

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

Syntax

C#
public Note(
	string subject,
	string text
)
Visual Basic
Public Sub New ( _
	subject As String, _
	text As String _
)

Parameters

subject
Type: System..::..String
The subject for this sticky note.
text
Type: System..::..String
The text for this sticky note.

See Also