Skip to main content

IdxRichEditDocumentImage.GetLockAspectRatio Method

Identifies whether an end-user can change the inline image’s aspect ratio by using a corner sizing handle or the Layout dialog.

Declaration

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