Show / Hide Table of Contents

Class ReplacePagesParams

Parameters for replacing pages of a pdf using ReplacePagesPDFJob.

Inheritance
System.Object
ReplacePagesParams
Implements
IPDFServicesJobParams
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.replacepages
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class ReplacePagesParams : IPDFServicesJobParams

Properties

BaseAsset

Gets the base PDF IAsset to which pages will be replaced.

Declaration
public IAsset BaseAsset { get; }
Property Value
Type Description
IAsset

Methods

ReplacePagesParamsBuilder(IAsset)

Creates a new ReplacePagesParams.Builder.

Declaration
public static ReplacePagesParams.Builder ReplacePagesParamsBuilder(IAsset asset)
Parameters
Type Name Description
IAsset asset

IAsset to be replaced; can not be null.

Returns
Type Description
ReplacePagesParams.Builder

a ReplacePagesParams.Builder instance

Implements

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