PreviewOptions class

PreviewOptions class

Provides options to sets requirements and stream delegates for preview generation.

The PreviewOptions type exposes the following members:

Properties

Property Description
cache_folder Gets or sets the cache folder.
By default the cache folder is set to user’s local temp directory.
max_disk_space_for_cache Gets or sets the maximum available disk space for cache in bytes.
The default value is 1073741824.
max_memory_for_cache Gets or sets the maximum available memory for cache in memory in bytes.
The default value is 1073741824.
width Gets or sets the page preview width.
height Gets or sets the page preview height.
page_numbers Gets or sets an array of page numbers to generate previews.
preview_format Gets or sets the preview image format.
resolution Gets or sets the page preview resolution.

Remarks

Learn more | | |

See Also