PdfResetFormAction Class
A reset-form action resets selected interactive form fields to their default values.
public sealed class PdfResetFormAction : PdfAction
Public NotInheritable Class PdfResetFormAction
Inherits PdfAction
- Inheritance:
- System.ObjectPdfResetFormAction
Properties
ActionType
Gets the ResetForm value.
public override PdfActionType ActionType { get; }
Public Overrides ReadOnly Property ActionType As PdfActionType
Property Value
The ResetForm value.
Overrides
SelectedFields
Gets the names of the fields that are either reset (if Excluded is false) or excluded from resetting (if Excluded is true).
Applicable only if All is false.
public PdfFormActionSelectedFieldCollection SelectedFields { get; }
Public ReadOnly Property SelectedFields As PdfFormActionSelectedFieldCollection
Property Value
The names of the fields that are either reset or excluded from resetting.
Inherited Properties
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |