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

In This Topic
    RedactOptions.RenderOptionsDef Class Members
    In This Topic

    The following tables list the members exposed by RedactOptions.RenderOptionsDef.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets 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.

     
    Public PropertyGets or sets the background color. The default is white.  
    Public PropertyGets or sets a value indicating whether font hinting should be enabled for TrueType fonts.

    The default is true.

    This property is ignored if UseRenderingCache is true and UseGlyphBitmapCache is false.

     
    Public PropertyGets or sets the sampling mode to use when drawing images with resizing. Default is GrapeCity.Documents.Drawing.InterpolationMode.NearestNeighbor.  
    Public PropertyGets or sets the resolution of the generated images. The default is 96.  
    Public PropertyGets 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.

     
    Public PropertyGets or sets a value indicating whether to use the rendering cache.

    This property is true by default. Setting this property to false reduces memory consumption, at the cost of slower rendering speed.

     
    Public PropertyGets or sets the zoom factor. The default is 1.  
    Top
    See Also