C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / SaveDocumentToPDF Method
Specifies the path to the PDF file. The 'NULL' value will open SaveFileDialog.

In This Topic
SaveDocumentToPDF Method
In This Topic
Print the current page to PDF.
Syntax
'Declaration
 
Public Sub SaveDocumentToPDF( _
   Optional ByVal filename As System.String _
) 
 

Parameters

filename
Specifies the path to the PDF file. The 'NULL' value will open SaveFileDialog.
See Also