DBImage - Autosize ima
In my report I have a DBImage component.
The size of the component must stay fix.
Is it possible to add an image in it, so that the image gets the correct
size of the component.
The image has to be resized to the dimensions of the component.
Thanks in advance
Lainkes
--- posted by geoForum on http://delphi.newswhat.com
The size of the component must stay fix.
Is it possible to add an image in it, so that the image gets the correct
size of the component.
The image has to be resized to the dimensions of the component.
Thanks in advance
Lainkes
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Try toggling the Stretch and MaintainAspectRatio properties of the DBImage
component to get the effect you are after. Be sure you have the AutoSize
property set to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com