Can edit the annotations of the PDF document generated by the HTML to PDF converter.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool CanEditAnnotations { get; set; } |
| Visual Basic |
|---|
Public Property CanEditAnnotations As Boolean Get Set |
| Visual C++ |
|---|
public: property bool CanEditAnnotations { bool get (); void set (bool value); } |