 | PdfTextAnnotationIsOpen Property |
Gets or sets a flag specifying whether the annotation should initially be displayed open.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool IsOpen { get; set; }Public Property IsOpen As Boolean
Get
Set
public:
property bool IsOpen {
bool get ();
void set (bool value);
}member IsOpen : bool with get, set
/** @property */
public boolean get_IsOpen()
/** @property */
public void set_IsOpen(boolean value)
function get_IsOpen();
function set_IsOpen(value);
Property Value
Boolean
Remarks
Default value: false (closed).
See Also