Click or drag to resize

ElementBuilderCreateImage Method (Image, Matrix2D)

Create a content image Element out of a given document Image.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateImage(
	Image img,
	Matrix2D mtx
)

Parameters

img
Type: pdftron.PDFImage
the img
mtx
Type: pdftron.CommonMatrix2D
the image transformation matrix.

Return Value

Type: Element
the element
See Also