Click or drag to resize

IOperationServiceTryGetAssemblyChartImage Method

Returns image bytes for the specified assembly chart, or null if no image exists.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
byte[] TryGetAssemblyChartImage(
	IAssemblyChart assemblyChart
)

Parameters

assemblyChart  IAssemblyChart
Assembly chart to get image for.

Return Value

Byte
Remarks
The image format depends on what was uploaded in BackOffice (png, jpg, etc).
See Also