API Documentation > Classes > Class pfcPDFExportInstructions
Class pfcPDFExportInstructions
Description
This interface is used to export a model to a PDF file. The model must be displayed in window
Direct Parent Classes:
User Guide References:
Property Summary
string
The name of the output file.
/* optional */ pfcPDFOptions
The PDF export options. If null, the default values are used.
/* optional */ string
The Profile path. Can be null Currently used only for drawings If you specify non null Profile path the PDF export options will be ignored on call to pfcModel.Export()
Method Summary
Creates an instructions object used to export a solid model to a PDF file.
Property Detail
string
FilePath
The name of the output file.
/* optional */ pfcPDFOptions
Options
The PDF export options. If null, the default values are used.
/* optional */ string
ProfilePath
The Profile path. Can be null Currently used only for drawings If you specify non null Profile path the PDF export options will be ignored on call to pfcModel.Export()
Method Detail
Create
()
Creates an instructions object used to export a solid model to a PDF file.
Returns:
User Guide References:
Was this helpful?