Description | |||||||||||||||||||||||||||||||||||
Exports a file to PDF format. | |||||||||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||||||||
#include <ProPDF.h> | |||||||||||||||||||||||||||||||||||
ProError | ProPDFExport | ( | |||||||||||||||||||||||||||||||||
ProMdl model | |||||||||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||||||||
The model to export. The model must be displayed in a window. This model must be loaded. | |||||||||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||||||||
ProPath output_file | |||||||||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||||||||
The full path to the output file, including the extension. | |||||||||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||||||||
ProPDFOptions options | |||||||||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||||||||
The options used to generate the PDF file. | |||||||||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||||||||
) | |||||||||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||||||||
|