Show / Hide Table of Contents

Class ExportPDFTargetFormat

Supported target formats for ExportPDFOperation

Inheritance
System.Object
ExportPDFTargetFormat
Namespace: Adobe.DocumentCloud.Services.options.exportpdf
Assembly: Adobe.DocumentCloud.Services.Doc.dll
Syntax
public class ExportPDFTargetFormat

Fields

DOC

Declaration
public static ExportPDFTargetFormat DOC
Field Value
Type Description
ExportPDFTargetFormat

Represents "application/msword" media type

DOCX

Declaration
public static ExportPDFTargetFormat DOCX
Field Value
Type Description
ExportPDFTargetFormat

Represents "application/vnd.openxmlformats-officedocument.wordprocessingml.document" media type

JPEG

Declaration
public static ExportPDFTargetFormat JPEG
Field Value
Type Description
ExportPDFTargetFormat

Represents "image/jpeg" media type

PNG

Declaration
public static ExportPDFTargetFormat PNG
Field Value
Type Description
ExportPDFTargetFormat

Represents "image/png" media type

PPTX

Declaration
public static ExportPDFTargetFormat PPTX
Field Value
Type Description
ExportPDFTargetFormat

Represents "application/vnd.openxmlformats-officedocument.presentationml.presentation" media type

RTF

Declaration
public static ExportPDFTargetFormat RTF
Field Value
Type Description
ExportPDFTargetFormat

Represents "text/rtf" media type

XLSX

Declaration
public static ExportPDFTargetFormat XLSX
Field Value
Type Description
ExportPDFTargetFormat

Represents "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" media type

Methods

ToString()

Returns the file extension of this format

Declaration
public override string ToString()
Returns
Type Description
System.String

file extension of this format

Overrides
System.Object.ToString()
Back to top Copyright © 2019 Adobe. All rights reserved.