Show / Hide Table of Contents

Class CreatePDFFromPPTParams.Builder

Builds a CreatePDFFromPPTParams instance.

Inheritance
System.Object
CreatePDFFromPPTParams.Builder
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.createpdf.ppt
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Builder

Constructors

Builder()

Constructs a Builder instance.

Declaration
public Builder()

Methods

Build()

Builds a new CreatePDFFromPPTParams instance from the current state of this builder.

Declaration
public CreatePDFFromPPTParams Build()
Returns
Type Description
CreatePDFFromPPTParams

A new CreatePDFFromPPTParams instance

WithCreateTaggedPDF(Boolean)

Sets whether to create a tagged PDF. The default value is false. For internal use only.

Declaration
public CreatePDFFromPPTParams.Builder WithCreateTaggedPDF(bool createTaggedPDF)
Parameters
Type Name Description
System.Boolean createTaggedPDF

boolean to specify create a tagged PDF

Returns
Type Description
CreatePDFFromPPTParams.Builder

this Builder instance to add any additional parameters

WithDocumentLanguage(DocumentLanguage)

Sets office preferred editing language to be used for conversion, specified by DocumentLanguage.

Declaration
public CreatePDFFromPPTParams.Builder WithDocumentLanguage(DocumentLanguage documentLanguage)
Parameters
Type Name Description
DocumentLanguage documentLanguage

DocumentLanguage; can not be null. Default value is EN_US

Returns
Type Description
CreatePDFFromPPTParams.Builder

this Builder instance to add any additional parameters

WithPageRange(PageRange)

Sets the PageRange for conversion.

Declaration
public CreatePDFFromPPTParams.Builder WithPageRange(PageRange pageRange)
Parameters
Type Name Description
Adobe.PDFServicesSDK.core.parameters.PageRange pageRange

The PageRange object specifying the range of pages to be converted.

Returns
Type Description
CreatePDFFromPPTParams.Builder

This Builder instance to add any additional parameters.

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