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