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