Gets or sets default annotation status. Default value is false and the annotation is closed
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool Open { get; set; } |
| Visual Basic |
|---|
Public Property Open As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Open { bool get (); void set (bool value); } |