Click or drag to resize

ElementBuilder.CreateImage Method (Image, Double, Double, Double, Double)

Create a content image Element out of a given document Image with the lower left corner at (x, y), and scale factors (hscale, vscale).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateImage(
	Image img,
	double x,
	double y,
	double hscale,
	double vscale
)

Parameters

img
Type: pdftron.PDF.Image
the img
x
Type: System.Double
the x
y
Type: System.Double
the y
hscale
Type: System.Double
the hscale
vscale
Type: System.Double
the vscale

Return Value

Type: Element
the element
See Also