Click or drag to resize

StiComponentGetThumbnailAsBytes Method

Gets a thumbnail image in the byte aray of the component.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual byte[] GetThumbnailAsBytes(
	int maxSize
)

Parameters

maxSize
Type: SystemInt32
Maximum width or height of the thumbnail image.

Return Value

Type: Byte
A thumbnail image in the byte array of the specified size.
See Also