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
)
Public Overridable Function GetThumbnailAsBytes (
maxSize As Integer
) As Byte()
Parameters
- maxSize
- Type: SystemInt32
Maximum width or height of the thumbnail image.
Return Value
Type:
ByteA thumbnail image in the byte array of the specified size.
See Also