Hello,
We have utilized Apose.Pdf in version 4.6.0 and we would like to switch to the newest version of Aspose.Pdf (11.4.0). Using the old version it was possible to determine document type using the code below:
ximage.getImage().bJZ();
(Where 'ximage' is of course an instance of XImage class.)
We have been using the line above to check if image was one of the following types:
memorybmp, svg, exif, jpe, jpg, jpeg, wmf, emf.
Yet, in the newest version, which we are evaluating, there is no such method and ,as a result, the code is not compiling.
Could you please advise on which method should be called in the new version of Aspose.Pdf and how to change our code to obtain the same result as for the code presented above?
Thank you.