Gets or sets a value indicating whether text in the current document
is rendered using GDI+ text API.
Namespace:
C1.C1PreviewThe default is null (the property is not defined at the multi-document level).
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 |