Click or drag to resize

PopupIsOpen Method

Gets the initial openning condition of Popup.

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 Popup is initially open.
Remarks
This Open option is a flag specifying whether the pop-up annotation shall initially be displayed open. Default value: false (closed). If this entry is present, the parent annotation’s Contents, M, C, and Tentries shall override those of the pop-up annotation itself.
See Also