[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.RenderingCache

Class RenderingCache

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll
public class RenderingCache : IDisposable
Inheritance
object
RenderingCache
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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()