Accusoft.PdfXpress5.Net
AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,Byte[],Int32) Method
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > Document Class > AddImage Method : AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,Byte[],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 contains information for the fit of the image file.
sourceImageMemory
A byte array which stores the source image information in memory.
sourceImagePageNumber
An integer value which represents the source image page number.

Glossary Item Box

Adds an image from an image file in memory 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 contains information for the fit of the image file.
sourceImageMemory
A byte array which stores the source image information in memory.
sourceImagePageNumber
An integer value which represents the source image page number.

See Also

©2012. Accusoft Corporation. All Rights Reserved.