UseAsyncRendering Property (C1FlexViewerPane)
In This Topic
Gets or sets a value indicating if the document should be generated asynchronously.
Syntax
'Declaration
Public Property UseAsyncRendering As Boolean
public bool UseAsyncRendering {get; set;}
See Also