StiComponentGetThumbnail Method (Int32, Boolean) |
Gets a thumbnail image of the component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual Bitmap GetThumbnail(
int maxSize,
bool isDesignTime = false
)
Public Overridable Function GetThumbnail (
maxSize As Integer,
Optional isDesignTime As Boolean = false
) As Bitmap
Parameters
- maxSize
- Type: SystemInt32
Maximum width or height of the thumbnail image. - isDesignTime (Optional)
- Type: SystemBoolean
[Missing <param name="isDesignTime"/> documentation for "M:Stimulsoft.Report.Components.StiComponent.GetThumbnail(System.Int32,System.Boolean)"]
Return Value
Type:
BitmapA thumbnail image of the specified size.
See Also