Write3DPDF.AddImage Method

Draw an image inside the page.
Protected Sub AddImage( _ 
ByVal pageIndex As Integer, _ 
ByVal image As Image, _ 
ByVal boundingRect As Rect
)
This language is not supported or no code example is available.
protected void AddImage( 
int pageIndex
Image image
Rect boundingRect 
)
This language is not supported or no code example is available.

Parameters

pageIndex
int

Page index

image
Image

Image to draw

boundingRect
Rect

Image rectangle in point unit

.NET Framework

Supported in: 4.8

In this article

Definition