Show / Hide Table of Contents

Class RotatePagesParams.Builder

Builds a RotatePagesParams instance.

Inheritance
System.Object
RotatePagesParams.Builder
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.rotatepages
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Builder

Constructors

Builder()

Constructs a Builder instance.

Declaration
public Builder()

Methods

Build()

Builds a new RotatePagesParams instance from the current state of this builder.

Declaration
public RotatePagesParams Build()
Returns
Type Description
RotatePagesParams

A new RotatePagesParams instance

withAngleToRotatePagesBy(Angle)

Sets the Angle to be used for rotating pages.

Declaration
public RotatePagesParams.Builder withAngleToRotatePagesBy(Angle angle)
Parameters
Type Name Description
Angle angle

Angle; can not be null.

Returns
Type Description
RotatePagesParams.Builder

this Builder instance to add any additional parameters

withAngleToRotatePagesBy(Angle, PageRanges)

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

Declaration
public RotatePagesParams.Builder withAngleToRotatePagesBy(Angle angle, PageRanges pageRanges)
Parameters
Type Name Description
Angle angle

Angle; can not be null.

PageRanges pageRanges

PageRanges; can not be null.

Returns
Type Description
RotatePagesParams.Builder

this Builder instance to add any additional parameters

In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.