ViewerSettingsCache Property |
The cache implementation used for storing rendering results.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic ICache Cache { get; }
Public ReadOnly Property Cache As ICache
Get
public:
property ICache^ Cache {
ICache^ get ();
}
member Cache : ICache with get
Property Value
Type:
ICache
See Also