Accusoft.PdfXpress5.Net
AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,IntPtr,Int32) Method
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > Document Class > AddImage Method : AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,IntPtr,Int32) Method




pageNumber
An integer value which represents the existing page number in the PDF document.
destinationX
A double value. DestinationX and destinationY specify the page coordinates at which to place the upper left corner of the image.
destinationY
A double value. DestinationX and destinationY specify the page coordinates at which to place the upper left corner of the image.
destinationWidth
A double value which represents the width of the image file.
destinationHeight
A double value which represents the height of the image file.
destinationFit
An ImageFitSettings object which describes how to fit the image on the page.
sourceImageHandle
An integer pointer which points to the source image information in memory.
sourceImagePageNumber
An integer value which represents the image page number.

Glossary Item Box

Adds an image from an image file in a HANDLE to an existing page in a PDF document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

pageNumber
An integer value which represents the existing page number in the PDF document.
destinationX
A double value. DestinationX and destinationY specify the page coordinates at which to place the upper left corner of the image.
destinationY
A double value. DestinationX and destinationY specify the page coordinates at which to place the upper left corner of the image.
destinationWidth
A double value which represents the width of the image file.
destinationHeight
A double value which represents the height of the image file.
destinationFit
An ImageFitSettings object which describes how to fit the image on the page.
sourceImageHandle
An integer pointer which points to the source image information in memory.
sourceImagePageNumber
An integer value which represents the image page number.

See Also

©2012. Accusoft Corporation. All Rights Reserved.