Click or drag to resize

StiImageHelperFromFile Method

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

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Image FromFile(
	string fileName,
	int width = 100,
	int height = 100
)

Parameters

fileName
Type: SystemString

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

width (Optional)
Type: SystemInt32

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

height (Optional)
Type: SystemInt32

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

Return Value

Type: Image

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

See Also