Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / ForceAntialiasingForText Property

In This Topic
    ForceAntialiasingForText Property
    In This Topic
    Gets or sets a value specifying whether a GrapeCity.Documents.Text.TextLayout is always drawn with antialiasing regardless the value of the Aliased property.
    Syntax
    'Declaration
     
    Public Property ForceAntialiasingForText As System.Boolean
    public System.bool ForceAntialiasingForText {get; set;}
    See Also