'Declaration
Public Overloads Sub AddImage( _
ByVal As Integer, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As ImageFitSettings, _
ByVal sourceImageHandle As IntPtr, _
ByVal As Integer _
)
'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 sourceImageHandle As IntPtr
Dim sourceImagePageNumber As Integer
instance.AddImage(pageNumber, destinationX, destinationY, destinationWidth, destinationHeight, destinationFit, sourceImageHandle, sourceImagePageNumber)