Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / UseBitmapCache Property

In This Topic
    UseBitmapCache Property (TextFormat)
    In This Topic
    Gets or sets a value indicating if the Bitmap Glyph Cache is allowed.

    The default is true.

    This property affects text drawing on GcBitmapGraphics only.

    Syntax
    'Declaration
     
    Public Property UseBitmapCache As System.Boolean
    public System.bool UseBitmapCache {get; set;}
    See Also