IPreviewable
Leave feedback
On this page
public interface IPreviewable
Defines methods to create preview of the document.
| Method | Description |
|---|---|
| generatePreview(PreviewOptions previewOptions) | Generates preview images of specific pages in a given image format. |
| getDocumentInfo() | Gets the general information about the document - size, page count, etc. |
public abstract void generatePreview(PreviewOptions previewOptions)
Generates preview images of specific pages in a given image format.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| previewOptions | PreviewOptions | Image properties and page range settings |
public abstract IDocumentInfo getDocumentInfo()
Gets the general information about the document - size, page count, etc.
Returns: IDocumentInfo - An instance of IDocumentInfo
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.