ViewerSettings Constructor (ICache) |
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
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.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when cache is null. |
See Also