Click or drag to resize

TextSetOpen Method

Sets the initial openning condition of the Text annotation. (Optional)

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

Parameters

isopen
Type: SystemBoolean
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