Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / UseRenderingCache Property

In This Topic
    UseRenderingCache Property (SaveAsImageOptions)
    In This Topic
    Gets or sets a value indicating whether to use rendering cache.

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

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