![]() |
Adds an image from a GdPicture Image to a PDF.
public int PdfAddImageFromGdPictureImage( int PdfID, int ImageID );
Public Function PdfAddImageFromGdPictureImage( ByVal PdfID As Integer, ByVal ImageID As Integer ) As Integer
|
Parameters |
Description |
|
PdfID |
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. |
|
ImageID |
GdPicture Image Identifier. The image to add within the PDF. |
Returns an incremental Pdf image number if success, else 0. This pdf image number can be used with the PdfDrawImage() function.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|