Click or drag to resize

ConvertToPdfAsync Method (PDFDoc, IStorageFile)

Converts the file or document to PDF and append to the specified PDF document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static IAsyncAction ToPdfAsync(
	PDFDoc doc,
	IStorageFile storageFile
)

Parameters

doc
Type: pdftron.PDFPDFDoc
The PDFDoc to append the converted document to.
storageFile
Type: IStorageFile
The StorageFile object to convert

Return Value

Type: IAsyncAction
An object used for managing the asynchronous operation.
Remarks

Supported formats include BMP, EMF, JPEG, PNG, TIF, XPS.

See Also