Class InsertPagesParams
Parameters for inserting pages in a PDF using InsertPagesPDFJob.
Inheritance
System.Object
InsertPagesParams
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.insertpages
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class InsertPagesParams : IPDFServicesJobParams
Properties
BaseAsset
Gets the base IAsset to insert pages into.
Declaration
public IAsset BaseAsset { get; }
Property Value
Type | Description |
---|---|
IAsset |
Methods
InsertPagesParamsBuilder(IAsset)
Creates a new InsertPagesParams.Builder.
Declaration
public static InsertPagesParams.Builder InsertPagesParamsBuilder(IAsset asset)
Parameters
Type | Name | Description |
---|---|---|
IAsset | asset |
Returns
Type | Description |
---|---|
InsertPagesParams.Builder | a InsertPagesParams.Builder instance |