Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
JonMRobertson
Posted - Aug 14 2023 : 19:07:38 Why doesn't TImageEnLayerMView surface the MIO property? I am using TImageEnMView to acquire images from a scanner. I would like to persist layers added after scanning, and came across TImageEnLayerMView. Unfortunately I can't scan via a TImageEnLayerMView since MIO's visibility is protected.
Thanks
Jon
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Aug 16 2023 : 17:18:44 Hi Jon
TImageEnLayerMView only displays the layers of a TImageEnView. It provides no way to add or remove layers. That needs to be done via the TImageEnView. E.g. if you want to add a new image layer from the scanner use TImageEnView.IO.Acquire()