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




pageNumber
An integer which represents the page number to add the image data.
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 data.
destinationHeight
A double value which represents the height of the image data.
destinationFit
An ImageFitSettings value which describes how to fit for the image to the page.
imageDataInfo
ImageDataInfo which contains information about the image data.

Glossary Item Box

Adds raw or compressed image data to an existing page in a PDF document.

Syntax

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

Parameters

pageNumber
An integer which represents the page number to add the image data.
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 data.
destinationHeight
A double value which represents the height of the image data.
destinationFit
An ImageFitSettings value which describes how to fit for the image to the page.
imageDataInfo
ImageDataInfo which contains information about the image data.

See Also

©2012. Accusoft Corporation. All Rights Reserved.