Accusoft.PdfXpressSdk Namespace > Document Class > AddImage Method : AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,ImageDataInfo) Method |
'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)
public void AddImage( int pageNumber, double destinationX, double destinationY, double destinationWidth, double destinationHeight, ImageFitSettings destinationFit, ImageDataInfo imageDataInfo )
public: void AddImage( int pageNumber, double destinationX, double destinationY, double destinationWidth, double destinationHeight, ImageFitSettings destinationFit, ImageDataInfo* imageDataInfo )
public: void AddImage( int pageNumber, double destinationX, double destinationY, double destinationWidth, double destinationHeight, ImageFitSettings destinationFit, ImageDataInfo^ imageDataInfo )