BarcodeControlDrawToPDF 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 on specified page of PDF document.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax
public void DrawToPDF( string inputFile, int pageIndex, int x, int y, string outputFile )
Parameters
- inputFile
- Type: SystemString
Input PDF file name. - pageIndex
- Type: SystemInt32
Zero-based page index. Use -1 to draw barcode on each document page. - x
- Type: SystemInt32
X coordinate (in document units). - y
- Type: SystemInt32
Y coordinate (in document units). - outputFile
- Type: SystemString
Output PDF file name.
Implements
IBarcodeDrawToPDF(String, Int32, Int32, Int32, String)See Also