C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / GenerateAsyncEx Method

In This Topic
GenerateAsyncEx Method (C1PdfDocumentSource)
In This Topic
Non-blocking (asynchronous) version of the Generate method.
Syntax
'Declaration
 
Public Function GenerateAsyncEx() As IAsyncActionWithProgress(Of Double)
 

Return Value

The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.
See Also