BarcodeDrawImagesToPDF Method (String, String, DrawImagesToPDFCallback)
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
Utility method allowing to draw any image on specified page of PDF document.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void DrawImagesToPDF( string inputFile, string outputFile, DrawImagesToPDFCallback pageCallback )
Parameters
- inputFile
- Type: SystemString
Input PDF file name. - outputFile
- Type: SystemString
Output PDF file name. - pageCallback
- Type: Bytescout.BarCodeDrawImagesToPDFCallback
Callback method called for every page of PDF document.
Implements
IBarcodeDrawImagesToPDF(String, String, DrawImagesToPDFCallback)See Also