Click or drag to resize

StiImageHelperTryFromBytes Method

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

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Image TryFromBytes(
	byte[] bytes,
	int width,
	int height
)

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.TryFromBytes(System.Byte[],System.Int32,System.Int32)"]

width
Type: SystemInt32

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

height
Type: SystemInt32

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

Return Value

Type: Image

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

See Also