Creates and returns thumbnail images of documents.
public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor, int fromPage, int toPage, TXTextControl.DocumentServices.DocumentProcessing.ImageFormat imageFormat)
public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor, int fromPage, int toPage)
public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor)
public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor, int fromPage)
public async Task<byte[][]> Thumbnails(byte[] document)
Parameter | Description |
---|---|
document | The document that is used to create the thumbnail images. |
zoom |
An Integer value between 1 and 400 to set the percentage zoom factor of the created thumbnail images. Default value: 100. |
from |
An Integer value that specifies the first page. By default the first page is selected. |
to |
An Integer value that specifies the last page. By default the last page is selected. |
image |
Defines the image format of the returned thumbnails. |