<< Click to display table of contents >> TRVShapeItemInfo.Width, Height |
Shape size, in pixels or twips (depending on RVStyle.Units)
Width, Height: TRVStyleLength;
The full item width is Width + (Spacing + BorderWidth + OuterHSpacing) * 2.
The full item height is Height + (Spacing + BorderWidth + OuterVSpacing) * 2.
Use TRichViewEdit.SetCurrentItemExtraIntProperty to change value of these properties as an editing operation (rvepImageWidth, rvepImageHeight).
Default value
48
See also