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
)
Public Shared Function GetFile (
imageAssembly As Assembly,
fileName As String
) As Byte()
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:
ByteThe Image object.
See Also