[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.RenderingCache

Class RenderingCache

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll
public class RenderingCache : IDisposable
Inheritance
RenderingCache
Implements
Inherited Members

Constructors

RenderingCache(int)

Initializes a new instance of the RenderingCache class.

public RenderingCache(int memoryLimit = 200)

Parameters

memoryLimit int

The maximum amount of memory to be used by the cache, in megabytes.

Properties

MemoryLimit

Gets the maximum amount of memory that can be used by this cache, in megabytes.

public int MemoryLimit { get; }

Property Value

int

Methods

Dispose()

Disposes the object.

public void Dispose()