Shortcut to ExportToPDF(fileName, true, showProgressDialog)

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void ExportToPDF(
	string fileName,
	bool showProgressDialog
)
Visual Basic (Declaration)
Public Sub ExportToPDF ( _
	fileName As String, _
	showProgressDialog As Boolean _
)

Parameters

fileName
Type: System..::.String
showProgressDialog
Type: System..::.Boolean

See Also