PDF_ExportExportAsync 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 Task<bool> ExportAsync(
	string FullPath,
	ExportOptionAll exportOption
)

Parameters

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

Return Value

TaskBoolean
True if an file was created.

See Also