PDF_ExportExportAsync 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 Task<bool> ExportAsync(
string FullPath,
ExportOptionAll exportOption
)
Public Function ExportAsync (
FullPath As String,
exportOption As ExportOptionAll
) As Task(Of Boolean)
public:
Task<bool>^ ExportAsync(
String^ FullPath,
ExportOptionAll^ exportOption
)
member ExportAsync :
FullPath : string *
exportOption : ExportOptionAll -> Task<bool>
- FullPath String
- File path to save the pdf.
- exportOption ExportOptionAll
- options with all settings.
TaskBooleanTrue if an file was created.