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

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

    Parameters

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