IdxRichEditDocumentImage.GetLockAspectRatio Method
In This Article
Identifies whether an end-user can change the inline image’s aspect ratio by using a corner sizing handle or the Layout dialog.
#Declaration
Delphi
function GetLockAspectRatio: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if an end-user can change inline image’s dimensions independently by dragging one of the corner sizing handles; otherwise – False. Note that end-users can change the inline image’s height-to-width ratio by dragging a left, top, right, or bottom sizing handle regardless of the GetLockAspectRatio function’s value.
The GetLockAspectRatio function is a getter of the LockAspectRatio property.
See Also