Meaning of image size (rvepImageWidth, rvepImageHeight)?
Posted: Wed Nov 02, 2005 12:04 pm
Hello,
After inserting pictures with TRichViewEdit.InsertPicture() I wish to set the picture's size to a predifined size. For this I call:
TRichViewEdit.SetItemExtraIntProperty(ItemNo, rvepImageWidth, SIZE)
and
TRichViewEdit.SetItemExtraIntProperty(ItemNo, rvepImageHeight, SIZE)
But what is the meaning of SIZE? What unit does SIZE have?
I wish to set the picture's size in cm - e.g. 7cm x 8cm. What values have I got to pass or is there another method to define a specific image size?
Thank you for any hints!
After inserting pictures with TRichViewEdit.InsertPicture() I wish to set the picture's size to a predifined size. For this I call:
TRichViewEdit.SetItemExtraIntProperty(ItemNo, rvepImageWidth, SIZE)
and
TRichViewEdit.SetItemExtraIntProperty(ItemNo, rvepImageHeight, SIZE)
But what is the meaning of SIZE? What unit does SIZE have?
I wish to set the picture's size in cm - e.g. 7cm x 8cm. What values have I got to pass or is there another method to define a specific image size?
Thank you for any hints!