BarcodeWebImageDrawToPDF Method (Stream, Int32, Int32, Int32, Stream)
 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 (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void DrawToPDF( Stream inputStream, int pageIndex, int x, int y, Stream outputStream )
Parameters
- inputStream
 - Type: System.IOStream
Stream containing input PDF document. - 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). - outputStream
 - Type: System.IOStream
Output stream. 
Implements
IBarcodeDrawToPDF(Stream, Int32, Int32, Int32, Stream)See Also