Creates and returns thumbnail images of documents.

Thumbnails(Byte[], Int, Int, Int, TXTextControl.DocumentServices.DocumentProcessing.ImageFormat)

public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor, int fromPage, int toPage, TXTextControl.DocumentServices.DocumentProcessing.ImageFormat imageFormat)

Thumbnails(Byte[], Int, Int, Int)

public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor, int fromPage, int toPage)

Thumbnails(Byte[], Int)

public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor)

Thumbnails(Byte[], Int, Int)

public async Task<byte[][]> Thumbnails(byte[] document, int zoomFactor, int fromPage)

Thumbnails(Byte[])

public async Task<byte[][]> Thumbnails(byte[] document)

Parameters

Parameter Description
document The document that is used to create the thumbnail images.
zoomFactor An Integer value between 1 and 400 to set the percentage zoom factor of the created thumbnail images. Default value: 100.
fromPage An Integer value that specifies the first page. By default the first page is selected.
toPage An Integer value that specifies the last page. By default the last page is selected.
imageFormat Defines the image format of the returned thumbnails.