Exports generated document to the PDF format.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public void ExportToPDF( string fileName, bool embedFonts, bool showProgressDialog ) |
Visual Basic (Declaration) |
---|
Public Sub ExportToPDF ( _ fileName As String, _ embedFonts As Boolean, _ showProgressDialog As Boolean _ ) |
Parameters
- fileName
- Type: System..::.String
Target file name.
- embedFonts
- Type: System..::.Boolean
Specify whether embed fonts to pdf file.
- showProgressDialog
- Type: System..::.Boolean
Specify whether to show a progress dialog during generation.