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

In This Topic
UseGdiPlusTextRendering Property (C1MultiDocumentItem)
In This Topic
Gets the value of the UseGdiPlusTextRendering property of the document or report represented by the current multi-document item. This property is null if no document or report is associated with the current item.
Syntax
'Declaration
 
Public ReadOnly Property UseGdiPlusTextRendering As Nullable(Of Boolean)
 
See Also