Click or drag to resize

ReportingCloudGetDocumentThumbnails Method

This method returns a list of thumbnails of a specific template in the template storage.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public List<Image> GetDocumentThumbnails(
	byte[] document,
	int zoomFactor = 100,
	int fromPage = 1,
	int toPage = 0,
	ImageFormat imageFormat = ImageFormat.PNG
)

Parameters

document
Type: SystemByte
The document that should be used to create page thumbnails.
zoomFactor (Optional)
Type: SystemInt32
The desired zoom factor of the thumbnails.
fromPage (Optional)
Type: SystemInt32
The first page of the template that should be created as thumbnails.
toPage (Optional)
Type: SystemInt32
The last page of the template that should be created as thumbnails.
imageFormat (Optional)
Type: TXTextControl.ReportingCloudImageFormat
The image format of the returned thumbnail images.

Return Value

Type: ListImage
See Also