The persistency for a widget
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public enum WidgetPersistency |
| Visual Basic |
|---|
Public Enumeration WidgetPersistency |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Leave | 0 | The widget will be present in the target document, with the updated properties | |
| Flatten | 1 | Remove the widget from the document so it can no longer be manipulated, but the appearance is added as static content. | |
| Remove | 2 | Remove the widget from the document. |