SaveDocumentToPDFAsync Method
Print the current page to PDF asynchronously.
public System.Threading.Tasks.Task SaveDocumentToPDFAsync(
System.string
)
'Declaration
Public Function SaveDocumentToPDFAsync( _
ByVal As System.String _
) As System.Threading.Tasks.Task
Parameters
- filename
- Specifies the path to the PDF file.
Exception | Description |
System.ArgumentNullException | |