DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias ExportFormDataOptions

    Represents options used by: PdfDocument#exportFormDataToFDF methods.

    type ExportFormDataOptions = {
        exportPasswordFields?: boolean;
    }
    Index

    Properties

    exportPasswordFields?: boolean

    Gets or sets a value indicating whether values of TextField fields with the property TextField#password set to true should be exported.