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).

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

Syntax

C#
[DefaultValueAttribute(null)]
[XmlAttributeAttribute("UseGdiPlusTextRendering")]
public Nullable<bool> UseGdiPlusTextRendering { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
<XmlAttributeAttribute("UseGdiPlusTextRendering")> _
Public Property UseGdiPlusTextRendering As Nullable(Of Boolean)
	Get
	Set

See Also