Show / Hide Table of Contents

Class InsertPagesParams

Parameters for inserting pages in a PDF using InsertPagesPDFJob.

Inheritance
System.Object
InsertPagesParams
Implements
IPDFServicesJobParams
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

IAsset

Returns
Type Description
InsertPagesParams.Builder

a InsertPagesParams.Builder instance

Implements

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