C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / UseGdiPlusTextRendering Property

In This Topic
UseGdiPlusTextRendering Property (C1MultiDocument)
In This Topic
Gets or sets a value indicating whether text in the current document is rendered using GDI+ text API.

The default is null (the property is not defined at the multi-document level).

Syntax
'Declaration
 
Public Property UseGdiPlusTextRendering As Nullable(Of Boolean)
 
See Also