PDF_ExportExport Method
Export an pdf file on the given Path with the export Options.
Namespace: PCBI_Step_ExportAssembly: PCBI_Step_Export (in PCBI_Step_Export.dll) Version: 17.0.0.0 (17.0.0.0)
public bool Export(
string FullPath,
ExportOptionAll exportOption
)
Public Function Export (
FullPath As String,
exportOption As ExportOptionAll
) As Boolean
public:
bool Export(
String^ FullPath,
ExportOptionAll^ exportOption
)
member Export :
FullPath : string *
exportOption : ExportOptionAll -> bool
- FullPath String
- File path to save the pdf.
- exportOption ExportOptionAll
- options with all settings.
BooleanTrue if an file was created.