IdxRichEditDocumentImage.SetScaleX(Single) Method
Scales the inline image horizontally.
Declaration
procedure SetScaleX(const Value: Single);
Parameters
Name | Type |
---|---|
Value | Single |
Remarks
This procedure multiplies the OriginalSize.Width property value by the Value scale factor and assigns the product to the Size.Width property.
The SetScaleX procedure is the ScaleX property’s setter.
See Also