PdfTextNoteIsOpen Property
Controls if the note should be opened by default when displayed in PDF. This property is false by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public 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 Value
Boolean