public method InlineImageBuilder.SetHeight
Sets the inline image height in pixels.
Declaration | ||||
|
Parameters | |
height |
The image height in pixels. |
You can set the image height only if its scaling mode is None
or
UserDefined
.
Otherwise, the library will ignore the passed value or throw the exception ScalingModeIsNotSuitableErr
.
Declared in InlineImageBuilder