[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SaveAsImageOptions.UseRenderingCache

UseRenderingCache Property

UseRenderingCache

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.

Declaration
public bool UseRenderingCache { get; set; }
Public Property UseRenderingCache As Boolean