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
)
Public Sub SetOpen (
isopen As Boolean
)
public:
virtual void SetOpen(
[InAttribute] bool isopen
) sealed
function SetOpen(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