Click or drag to resize

StiImageHelperGetImageFromObject Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.GetImageFromObject(System.Object,System.Int32,System.Int32,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Image GetImageFromObject(
	Object imageObject,
	int width = 200,
	int height = 200,
	bool stretch = true,
	bool aspectRatio = false
)

Parameters

imageObject
Type: SystemObject

[Missing <param name="imageObject"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.GetImageFromObject(System.Object,System.Int32,System.Int32,System.Boolean,System.Boolean)"]

width (Optional)
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.GetImageFromObject(System.Object,System.Int32,System.Int32,System.Boolean,System.Boolean)"]

height (Optional)
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.GetImageFromObject(System.Object,System.Int32,System.Int32,System.Boolean,System.Boolean)"]

stretch (Optional)
Type: SystemBoolean

[Missing <param name="stretch"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.GetImageFromObject(System.Object,System.Int32,System.Int32,System.Boolean,System.Boolean)"]

aspectRatio (Optional)
Type: SystemBoolean

[Missing <param name="aspectRatio"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.GetImageFromObject(System.Object,System.Int32,System.Int32,System.Boolean,System.Boolean)"]

Return Value

Type: Image

[Missing <returns> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.GetImageFromObject(System.Object,System.Int32,System.Int32,System.Boolean,System.Boolean)"]

See Also