BarcodeWebImageDrawToImage Method (String, Int32, Int32, Int32, String)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Draws barcode to image at specified coordinates.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void DrawToImage( string inputFile, int pageIndex, int x, int y, string outputFile )
Parameters
- inputFile
- Type: SystemString
Input image file path. - pageIndex
- Type: SystemInt32
Index of the page for multi-page TIFF images. -1 means all pages. - x
- Type: SystemInt32
X coordinate. - y
- Type: SystemInt32
Y coordinate. - outputFile
- Type: SystemString
Output image file path.
Implements
IBarcodeDrawToImage(String, Int32, Int32, Int32, String)See Also