Class ReorderPagesParams.Builder
Builds a ReorderPagesParams instance.
Inheritance
System.Object
ReorderPagesParams.Builder
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.reorderpages
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Builder
Constructors
Builder(IAsset, PageRanges)
Constructs a Builder
instance.
Declaration
public Builder(IAsset asset, PageRanges pageRanges)
Parameters
Type | Name | Description |
---|---|---|
IAsset | asset | IAsset to be reordered; can not be null. |
PageRanges | pageRanges | PageRanges to be used for reordering pages; can not be null. |
Methods
Build()
Builds a new ReorderPagesParams instance from the current state of this builder.
Declaration
public ReorderPagesParams Build()
Returns
Type | Description |
---|---|
ReorderPagesParams | A new ReorderPagesParams instance |