Class CreatePDFOperation.SupportedSourceFormat
Supported source file formats for CreatePDFOperation
Inheritance
Namespace: Adobe.DocumentCloud.Services.pdfops
Assembly: Adobe.DocumentCloud.Services.Doc.dll
Syntax
public class SupportedSourceFormat
Fields
BMP
Declaration
public static CreatePDFOperation.SupportedSourceFormat BMP
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
DOC
Declaration
public static CreatePDFOperation.SupportedSourceFormat DOC
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
DOCX
Declaration
public static CreatePDFOperation.SupportedSourceFormat DOCX
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
GIF
Declaration
public static CreatePDFOperation.SupportedSourceFormat GIF
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
HTML
Declaration
public static CreatePDFOperation.SupportedSourceFormat HTML
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
JPEG
Declaration
public static CreatePDFOperation.SupportedSourceFormat JPEG
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
JPG
Declaration
public static CreatePDFOperation.SupportedSourceFormat JPG
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
PNG
Declaration
public static CreatePDFOperation.SupportedSourceFormat PNG
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
PPT
Declaration
public static CreatePDFOperation.SupportedSourceFormat PPT
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
PPTX
Declaration
public static CreatePDFOperation.SupportedSourceFormat PPTX
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
RTF
Declaration
public static CreatePDFOperation.SupportedSourceFormat RTF
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
TIF
Declaration
public static CreatePDFOperation.SupportedSourceFormat TIF
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
TIFF
Declaration
public static CreatePDFOperation.SupportedSourceFormat TIFF
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
TXT
Declaration
public static CreatePDFOperation.SupportedSourceFormat TXT
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
XLS
Declaration
public static CreatePDFOperation.SupportedSourceFormat XLS
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
XLSX
Declaration
public static CreatePDFOperation.SupportedSourceFormat XLSX
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
ZIP
Declaration
public static CreatePDFOperation.SupportedSourceFormat ZIP
Field Value
| Type | Description |
|---|---|
| CreatePDFOperation.SupportedSourceFormat | Represents |
Methods
GetMediaType()
Returns the corresponding media type for this format, intended to be used for mediaType parameter in
FileRef methods.
Declaration
public string GetMediaType()
Returns
| Type | Description |
|---|---|
| System.String | the corresponding media type |