Sets a page cache size.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetPageCacheSize( int pageCountInCache ) |
Visual Basic |
---|
Public Sub SetPageCacheSize ( _ pageCountInCache As Integer _ ) |
Visual C++ |
---|
public: void SetPageCacheSize( int pageCountInCache ) |
Parameters
- pageCountInCache
- Type: System..::..Int32
Page count which a document manager can storing in the cache.
Remarks
The value must be less than page count in the document and more than '0'. If the value equals zero the cache not used.