Click or drag to resize

StiHtmlExportServiceGetFile Method (Assembly, String)

Gets the Image object placed in assembly.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static byte[] GetFile(
	Assembly imageAssembly,
	string fileName
)

Parameters

imageAssembly
Type: System.ReflectionAssembly
Assembly in which is the Image object is placed.
fileName
Type: SystemString
The name of the image file to look for.

Return Value

Type: Byte
The Image object.
See Also