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

In This Topic
    AllowFontSbits Property (RedactOptions.RenderOptionsDef)
    In This Topic
    Gets or sets a value indicating whether bitmaps embedded in an OpenType font should be rendered.

    The default is true.

    This property is ignored if either UseRenderingCache or UseGlyphBitmapCache is false.

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