BarcodeControlDrawToNewPDF Method (String, Int32, Int32, Int32, Int32)
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
Creates new PDF document and draws barcode on it.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax
public void DrawToNewPDF( string fileName, int pageWidth, int pageHeight, int barcodeX, int barcodeY )
Parameters
- fileName
- Type: SystemString
New PDF document file name. - pageWidth
- Type: SystemInt32
Page width (in document units). - pageHeight
- Type: SystemInt32
Page height (in document units). - barcodeX
- Type: SystemInt32
X coordinate of barcode (in document units). - barcodeY
- Type: SystemInt32
Y coordinate of barcode (in document units).
Implements
IBarcodeDrawToNewPDF(String, Int32, Int32, Int32, Int32)See Also