The persistency for a widget

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: 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 nameValueDescription
Leave0 The widget will be present in the target document, with the updated properties
Flatten1 Remove the widget from the document so it can no longer be manipulated, but the appearance is added as static content.
Remove2 Remove the widget from the document.

See Also