get_page_key method
get_page_key
Returns unique identifier for the cache entry that represents page file.
Returns
Unique identifier for the cache entry that represents page file.
def get_page_key(self, page_number, extension):
...
| Parameter | Type | Description |
|---|---|---|
| page_number | int | The number of the page. |
| extension | System.String | The filename suffix (including the period “.”) e.g. “.doc”. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentException | Thrown when page_number is less or equal to zero. |
| ArgumentException | Thrown when extension is null or empty. |
See Also
- module
groupdocs.viewer.caching - class
CacheKeys