Sets the initial openning condition of Popup.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetOpen(
bool is_open
)
Public Sub SetOpen (
is_open As Boolean
)
public:
virtual void SetOpen(
[InAttribute] bool is_open
) sealed
function SetOpen(is_open);
Parameters
- is_open
- Type: SystemBoolean
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