Click or drag to resize

StiPainterGetThumbnail Method

Gets a thumbnail image of the component.

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract Bitmap GetThumbnail(
	StiComponent component,
	int width,
	int height,
	bool isDesignTime
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiPainter.GetThumbnail(Stimulsoft.Report.Components.StiComponent,System.Int32,System.Int32,System.Boolean)"]

width
Type: SystemInt32
Width of the thumbnail image.
height
Type: SystemInt32
Height of the thumbnail image.
isDesignTime
Type: SystemBoolean

[Missing <param name="isDesignTime"/> documentation for "M:Stimulsoft.Report.Painters.StiPainter.GetThumbnail(Stimulsoft.Report.Components.StiComponent,System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: Bitmap
A thumbnail image of the specified size.
See Also