Show / Hide Table of Contents

Class ExportPDFParams

Parameters for exporting a source PDF file to a supported format using ExportPDFJob.

Inheritance
System.Object
ExportPDFParams
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.exportpdf
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class ExportPDFParams

Properties

ExportOCRLocale

Gets the OCR language to be used for exporting the source PDF file.

Declaration
public ExportOCRLocale ExportOCRLocale { get; }
Property Value
Type Description
ExportOCRLocale

ExportPDFTargetFormat

Gets the target format to which the source PDF file will be exported.

Declaration
public ExportPDFTargetFormat ExportPDFTargetFormat { get; }
Property Value
Type Description
ExportPDFTargetFormat

Methods

ExportPDFParamsBuilder(ExportPDFTargetFormat)

Creates a new ExportPDFParams.Builder.

Declaration
public static ExportPDFParams.Builder ExportPDFParamsBuilder(ExportPDFTargetFormat exportPDFTargetFormat)
Parameters
Type Name Description
ExportPDFTargetFormat exportPDFTargetFormat

the target format to which the source PDF file will be exported, specified by ExportPDFTargetFormat

Returns
Type Description
ExportPDFParams.Builder

a ExportPDFParams.Builder instance

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