Click or drag to resize

TextIsOpen Method

Gets the initial openning condition of the Text annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsOpen()

Return Value

Type: Boolean
A bool indicating whether the Text annotation is initially open.
Remarks
this Open option is a flag specifying whether the annotation shall initially be displayed open. Default value: false.
See Also