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 Function IsOpen As Boolean
public:
virtual bool IsOpen() sealed
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