PreviewOptions Class |
Namespace: GroupDocs.Metadata.Options
The PreviewOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PreviewOptions(CreatePageStream) |
Initializes a new instance of the PreviewOptions class causing the output stream to be closed.
|
![]() | PreviewOptions(CreatePageStream, ReleasePageStream) |
Initializes a new instance of PreviewOptions class causing the output stream to be returned to the client for further use.
|
Name | Description | |
---|---|---|
![]() | CacheFolder |
Gets or sets the cache folder.
By default the cache folder is set to user's local temp directory.
|
![]() | CreatePageStream |
Gets or sets an instance of the page stream creation delegate.
|
![]() | Height |
Gets or sets the page preview height.
|
![]() | MaxDiskSpaceForCache |
Gets or sets the maximum available disk space for cache in bytes.
The default value is 1073741824.
|
![]() | MaxMemoryForCache |
Gets or sets the maximum available memory for cache in memory in bytes.
The default value is 1073741824.
|
![]() | PageNumbers |
Gets or sets an array of page numbers to generate previews.
|
![]() | PreviewFormat |
Gets or sets the preview image format.
|
![]() | ReleasePageStream |
Gets or sets an instance of the page preview completion delegate.
|
![]() | Width |
Gets or sets the page preview width.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |