Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RedactOptions.RenderOptionsDef Class / UseGlyphBitmapCache Property

In This Topic
    UseGlyphBitmapCache Property (RedactOptions.RenderOptionsDef)
    In This Topic
    Gets or sets a value indicating whether glyphs are cached as bitmaps rather than as glyph paths.

    The default is true.

    This property is ignored if UseRenderingCache is false.

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