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
)
Public Shared Function ToPdfAsync (
doc As PDFDoc,
storageFile As IStorageFile
) As IAsyncAction
public:
static IAsyncAction^ ToPdfAsync(
[InAttribute] PDFDoc^ doc,
[InAttribute] IStorageFile^ storageFile
)
pdftron.PDF.Convert.ToPdfAsync = function(doc, 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:
IAsyncActionAn object used for managing the asynchronous operation.
Remarks
Supported formats include BMP, EMF, JPEG, PNG, TIF, XPS.
See Also