Parameters to rotate pages of a PDF using RotatePagesJob.

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Constructs a new RotatePagesParams instance.

    Returns RotatePagesParams

Properties

_pageActions: PageAction[]

Accessors

  • get pageActions(): PageAction[]
  • Internal

    Used internally by this SDK, not intended to be called by clients.

    Returns PageAction[]

Methods

  • Sets the Angle to be used for rotating pages specified in PageRanges.

    Parameters

    • angle: Angle

      The angle to rotate pages by. Cannot be undefined.

    • Optional pageRanges: PageRanges

      The page ranges to be used for rotating pages. If not specified, all pages are included.

    Returns RotatePagesParams

    this RotatePagesParams instance.

Generated using TypeDoc