Ability to extract embedded image from document
The TXTextControl.Image class has a constructor that allows you to initialize the image from a System.Drawing.Image. We need a method that does the reverse. Given an existing TXTextControl.Image, return a System.Drawing.Image. I have seen articles that hint that you can have an image "exported" to an external file, but we need this for embedded images, and want to be able to access the images without modifying the document, saving the image to a file first, etc. We are starting to have issues with customers loading documents with excessively large images and I can foresee a need to analyze and resample images so we can store and process documents efficiently.
Comments (0)