Click or drag to resize

StiImageHelperTryFromFile Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.TryFromFile(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 TryFromFile(
	string fileName,
	int width = 200,
	int height = 200
)

Parameters

fileName
Type: SystemString

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

width (Optional)
Type: SystemInt32

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

height (Optional)
Type: SystemInt32

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

Return Value

Type: Image

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

See Also