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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Nullable<bool> UseGdiPlusTextRendering { get; }
Visual Basic
Public ReadOnly Property UseGdiPlusTextRendering As Nullable(Of Boolean)
	Get

See Also