Skip to main content

IdxRichEditDocumentImage.GetOriginalSize Method

Returns the inline image’s initial dimensions in the parent document’s measurement units.

Declaration

function GetOriginalSize: TdxSizeF;

Returns

Type
TdxSizeF

Remarks

Call the SetScaleX, SetScaleY, and/or SetSize procedures to adjust the inline image’s dimensions.

The GetOriginalSize function is a getter of the OriginalSize property.

See Also