GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfResetFormAction Class

    Namespace:
    GemBox.Pdf.Forms
    Assembly:
    GemBox.Pdf.dll

    A reset-form action resets selected interactive form fields to their default values.

    • C#
    • VB.NET
    public sealed class PdfResetFormAction : PdfAction
    Public NotInheritable Class PdfResetFormAction
        Inherits PdfAction
    Inheritance:
    System.Object
    PdfObject
    PdfAction
    PdfResetFormAction

    Properties

    ActionType

    Gets the ResetForm value.

    • C#
    • VB.NET
    public override PdfActionType ActionType { get; }
    Public Overrides ReadOnly Property ActionType As PdfActionType
    Property Value
    PdfActionType

    The ResetForm value.

    Overrides
    PdfAction.ActionType

    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.

    • C#
    • VB.NET
    public PdfFormActionSelectedFieldCollection SelectedFields { get; }
    Public ReadOnly Property SelectedFields As PdfFormActionSelectedFieldCollection
    Property Value
    PdfFormActionSelectedFieldCollection

    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)

    Extension Methods

    PdfObjectExtensions.GetDictionary(PdfObject)
    PdfObjectExtensions.GetOrAddDictionary(PdfObject)
    PdfObjectExtensions.GetArray(PdfObject)

    Examples

    Form Actions example

    See Also

    PDF Specification ISO 32000-1:2008, section '12.7.5.3 Reset-Form Action'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.