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

In This Topic
ValidateParametersAsync Method (C1PdfDocumentSource)
In This Topic
Non-blocking (asynchronous) version of the ValidateParameters method.
Syntax
'Declaration
 
Public Function ValidateParametersAsync() As Task(Of List(Of ParameterValidationError))
 

Return Value

The asynchronous list of ParameterValidationError objects identifying any errors (may be empty).
See Also