Click or drag to resize

ElementBuilderCreateImage 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.PDFImage
the img
x
Type: SystemDouble
the x
y
Type: SystemDouble
the y
hscale
Type: SystemDouble
the hscale
vscale
Type: SystemDouble
the vscale

Return Value

Type: Element
the element
See Also