IdxRichEditDocumentImage.GetOriginalSize Method
In This Article
Returns the inline image’s initial dimensions in the parent document’s measurement units.
#Declaration
Delphi
function GetOriginalSize: TdxSizeF;
#Returns
Type |
---|
Tdx |
#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