UseSystemRendering Property
In This Topic
Gets or sets a value indicating whether to use the system PDF API to render documents.
The default is true.
Syntax
'Declaration
Public Property UseSystemRendering As Boolean
public bool UseSystemRendering {get; set;}
See Also