Enables or disables adding or modifying text annotations and interactive
form fields.
Namespace: Telerik.Apoc.Render.PdfAssembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public bool EnableAdd { get; set; } |
| Visual Basic |
|---|
Public Property EnableAdd As Boolean
Get
Set |
Field Value
The default value is true.
See Also