Click or drag to resize

ConvertFromEmfAsync Method (PDFDoc, IStorageFile)

Converts the specified EMF file to PDF and append converted pages to the specified PDF document. The EMF will be fitted to the page.

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

Parameters

doc
Type: pdftron.PDFPDFDoc
The PDFDoc to append to.
file
Type: IStorageFile
The FileStorage of the EMF document to convert.

Return Value

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