PdfInteractiveFormEditorManager Class Members
In This Topic
The following tables list the members exposed by
PdfInteractiveFormEditorManager.
Public Constructors
Public Properties
| Name | Description |
 | UseUniqueAnnotationName | Gets or sets a value indicating whether the unique name for annotation must be created when annotation is adding to the target annotation list. |
 | UseUniqueFieldName | Gets or sets a value indicating whether the unique name for field must be created when field is adding to the target field list. |
Public Methods
| Name | Description |
 | Add | Overloaded. Adds annotations to the specified target annotation list and adds fields of annotations to the specified target field list. |
 | AddCopy | Overloaded. Copies annotations, copies interactive form fields of annotations, adds annotations to the specified target annotation list and adds fields of annotations to the specified target field list. |
 | GetUniqueAnnotationName | Returns a unique name for annotation in target annotation list. |
 | GetUniqueFieldPartialName | Returns a unique partial name for field in target field list. |
 | Remove | Overloaded. Removes the specified PDF annotation from the annotation collection and removes the interactive form field associated with annotation (if annotation is a widget annotation). |
See Also