PdfTextAnnotation.Opened Property

Gets or sets a value indicating whether this PdfTextAnnotation should initially be displayed open.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Opened { get; set; }
VB
Public Property Opened As Boolean
	Get
	Set

Property Value

Type: Boolean
true if should initially be displayed open; otherwise, false.

See Also