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
)
Public Function CreateImage (
img As Image,
mtx As Matrix2D
) As Element
public:
virtual Element^ CreateImage(
[InAttribute] Image^ img,
[InAttribute] Matrix2D^ mtx
) sealed
function CreateImage(img, mtx);
Parameters
- img
- Type: pdftron.PDFImage
the img
- mtx
- Type: pdftron.CommonMatrix2D
the image transformation matrix.
Return Value
Type:
Element the element
See Also