ImageGear v26.3 - Updated
ImageGear.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.




In This Topic
    AddImage(ImGearPage) Method
    In This Topic
    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