Class DocumentMergeParams
Parameters for document generation using DocumentMergeJob.
Inheritance
System.Object
DocumentMergeParams
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.documentmerge
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class DocumentMergeParams
Properties
Fragments
Gets the input Fragments data for document merge process.
Declaration
public Fragments Fragments { get; }
Property Value
Type | Description |
---|---|
Fragments |
JsonDataForMerge
Gets the input datasource for the document merge process as a JSON Object
Declaration
public JObject JsonDataForMerge { get; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject |
OutputFormat
Gets the intended OutputFormat of the generated document.
Declaration
public OutputFormat OutputFormat { get; }
Property Value
Type | Description |
---|---|
OutputFormat |
Methods
DocumentMergeParamsBuilder()
Creates a new DocumentMergeParams.Builder.
Declaration
public static DocumentMergeParams.Builder DocumentMergeParamsBuilder()
Returns
Type | Description |
---|---|
DocumentMergeParams.Builder | a DocumentMergeParams.Builder instance |