ViewerSettings Constructor (ICache) |
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic ViewerSettings(
ICache cache
)
Public Sub New (
cache As ICache
)
public:
ViewerSettings(
ICache^ cache
)
new :
cache : ICache -> ViewerSettings
Parameters
- cache
- Type: GroupDocs.Viewer.CachingICache
The cache.
Exceptions
See Also