Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RenderingCache Class / RenderingCache Constructor
The maximum amount of memory to be used by the cache, in megabytes.

In This Topic
    RenderingCache Constructor
    In This Topic
    Initializes a new instance of the RenderingCache class.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal memoryLimit As System.Integer _
    )
    public RenderingCache( 
       System.int memoryLimit
    )

    Parameters

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