PDF_ExportExport Method

Export an pdf file on the given Path with the export Options.

Definition

Namespace: PCBI_Step_Export
Assembly: PCBI_Step_Export (in PCBI_Step_Export.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public bool Export(
	string FullPath,
	ExportOptionAll exportOption
)

Parameters

FullPath  String
File path to save the pdf.
exportOption  ExportOptionAll
options with all settings.

Return Value

Boolean
True if an file was created.

See Also