Accusoft.PdfXpress7.Net
AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,ImageDataInfo) Method




An integer which represents the page number to add the image data.
A double value. DestinationX and destinationY specify the page coordinates at which to place the upper left corner of the image.
A double value. DestinationX and destinationY specify the page coordinates at which to place the upper left corner of the image.
A double value which represents the width of the image data.
A double value which represents the height of the image data.
An ImageFitSettings value which describes how to fit for the image to the page.
ImageDataInfo which contains information about the image data.
Adds raw or compressed image data to an existing page in a PDF document.
Syntax
'Declaration
 
Public Overloads Sub AddImage( _
   ByVal pageNumber As Integer, _
   ByVal destinationX As Double, _
   ByVal destinationY As Double, _
   ByVal destinationWidth As Double, _
   ByVal destinationHeight As Double, _
   ByVal destinationFit As ImageFitSettings, _
   ByVal imageDataInfo As ImageDataInfo _
) 
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim destinationX As Double
Dim destinationY As Double
Dim destinationWidth As Double
Dim destinationHeight As Double
Dim destinationFit As ImageFitSettings
Dim imageDataInfo As ImageDataInfo
 
instance.AddImage(pageNumber, destinationX, destinationY, destinationWidth, destinationHeight, destinationFit, imageDataInfo)

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

Reference

Document Class
Document Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback