Parameters for getting properties of a PDF using PDFPropertiesJob.

Implements

Constructors

  • Constructs a new PDFPropertiesParams instance.

    Parameters

    • params: {
          includePageLevelProperties?: boolean;
      }

      The parameters for constructing a PDFPropertiesParams instance.

      • Optional includePageLevelProperties?: boolean

        Whether to include page level properties in the resulting PDF properties. Default value is false.

    Returns PDFPropertiesParams

Properties

_includePageLevelProperties?: boolean

Accessors

  • get includePageLevelProperties(): undefined | boolean
  • Returns true if page level properties are set to be included in the resulting PDF properties.

    Returns undefined | boolean

    true if page level properties are set to be included in the resulting PDF properties.

Generated using TypeDoc