var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfImageExtractorToolJS(); var value; // Type: Vintasoft.Imaging.Pdf.WebContentImageJS // Parameters var location; // Type: object value = instance.findImageInPageSpace(location);
function findImageInPageSpace(
locationPoint in the coordinate space of PDF page.: object
) : WebContentImageJS;
Parameters
- location
- Point in the coordinate space of PDF page.
Return Value
WebContentImageJS object.