'Declaration Public Overloads Sub AddImage( _ ByVal image As ImGearPage, _ ByVal opacity As Double, _ ByVal areaOnPage As ImGearDoubleRectangle _ )
'Usage Dim instance As ImGearPDFPage Dim image As ImGearPage Dim opacity As Double Dim areaOnPage As ImGearDoubleRectangle instance.AddImage(image, opacity, areaOnPage)
public void AddImage( ImGearPage image, double opacity, ImGearDoubleRectangle areaOnPage )
public: void AddImage( ImGearPage* image, double opacity, ImGearDoubleRectangle areaOnPage )
public: void AddImage( ImGearPage^ image, double opacity, ImGearDoubleRectangle areaOnPage )
Parameters
- image
- This parameter specifies the image that will be added to the calling ImGearPDFPage object.
- opacity
- The image opacity on the page. Valid values are in the range 0.0 to 1.0, where 1.0 indicates opaque and 0.0 indicates transparent.
- areaOnPage
- An area on the page to fit the image, expressed in inches. When either width or height equals 0.0, the entire page area is used.