Skip to main content

IdxRichEditDocumentImage.GetSize Method

Returns the inline image’s current dimensions, in measurement units of the parent document.

Declaration

function GetSize: TdxSizeF;

Returns

Type
TdxSizeF

Remarks

Use the GetSize.Width and GetSize.Height fields to obtain the inline image’s on-screen width and height, respectively.

This function is the Size property’s getter.

See Also