C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / AsyncMethodsUseAwaitPattern Property

In This Topic
AsyncMethodsUseAwaitPattern Property (C1PdfDocumentSource)
In This Topic
Gets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire.
Syntax
'Declaration
 
Public Property AsyncMethodsUseAwaitPattern As Boolean
 
See Also