Get or set the note to be inserted.

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

Syntax

C#
public Note Note { get; set; }
Visual Basic
Public Property Note As Note
	Get
	Set

Remarks

The note is inserted in the left margin of the paragraph.

See Also