Click or drag to resize
ISTSeriesDeviceRenderImageAsBW Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Renders the specified image onto the device in black and white pixel format.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
void RenderImageAsBW(
	string imageFileName,
	ushort xPosition,
	ushort yPosition
)

Parameters

imageFileName
Type: SystemString
Filename of the image to render
xPosition
Type: SystemUInt16
Starting x location of the image
yPosition
Type: SystemUInt16
Starting y location of the image
See Also