DrawImagesToPDFCallback Delegate
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
Delegate for the callback method called from DrawImagesToPDF(String, String, DrawImagesToPDFCallback).
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public delegate void DrawImagesToPDFCallback( int pageIndex, out Image[] images, out Point[] points, out string documentLayerName )
Parameters
- pageIndex
- Type: SystemInt32
Index of page being processed. - images
- Type: System.DrawingImage
Array of Image objects to draw on PDF page. - points
- Type: System.DrawingPoint
Array of upper-left points of images (in document units). - documentLayerName
- Type: SystemString
Name for new PDF layer to place images on. If null or empty, no new layer will be created.
See Also