C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / SaveDocumentToPDFAsync Method
Specifies the path to the PDF file.

SaveDocumentToPDFAsync Method
Print the current page to PDF asynchronously.
Syntax
'Declaration
 
Public Function SaveDocumentToPDFAsync( _
   ByVal filename As System.String _
) As System.Threading.Tasks.Task
 

Parameters

filename
Specifies the path to the PDF file.
Exceptions
ExceptionDescription
 
See Also