Class ReorderPagesParams
Parameters for reordering a PDF file using ReorderPagesPDFJob.
Inheritance
System.Object
ReorderPagesParams
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.reorderpages
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class ReorderPagesParams : IPDFServicesJobParams
Properties
Asset
Gets the Asset to be reordered.
Declaration
public IAsset Asset { get; }
Property Value
Type | Description |
---|---|
IAsset |
PageRanges
Gets the PageRanges to be used for reordering pages.
Declaration
public PageRanges PageRanges { get; }
Property Value
Type | Description |
---|---|
PageRanges |
Methods
ReorderPagesParamsBuilder(IAsset, PageRanges)
Creates a new ReorderPagesParams.Builder.
Declaration
public static ReorderPagesParams.Builder ReorderPagesParamsBuilder(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. |
Returns
Type | Description |
---|---|
ReorderPagesParams.Builder | a ReorderPagesParams.Builder instance |