The sticky note should be initially be displayed open (or closed).

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

Syntax

C#
public bool Open { get; set; }
Visual Basic
Public Property Open As Boolean
	Get
	Set

Remarks

Default = true (open).

See Also