ImageGear .NET - Updated
AddImage(ImGearPage) Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPage Class > AddImage Method : AddImage(ImGearPage) Method
This parameter specifies the image that will be added to the calling ImGearPDFPage object.
Add an image to the page using the provided parameters.
Syntax
'Declaration
 
Public Overloads Sub AddImage( _
   ByVal image As ImGearPage _
) 
'Usage
 
Dim instance As ImGearPDFPage
Dim image As ImGearPage
 
instance.AddImage(image)
public void AddImage( 
   ImGearPage image
)
public: void AddImage( 
   ImGearPage* image
) 
public:
void AddImage( 
   ImGearPage^ image
) 

Parameters

image
This parameter specifies the image that will be added to the calling ImGearPDFPage object.
Remarks
The image is opaque and fit to the center of the entire page.
See Also

Reference

ImGearPDFPage Class
ImGearPDFPage Members
Overload List