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