Description:
Images imported as Notes Embedded Image has two methods of setting the size of the visible image. First and foremost, you can decide to really resize the image with the Resize import option. This alters the imported image permanently. If you rather want to keep the original image intact, you can resize only the visible image. This is done with the OutputSize import option.
Declaration:
OutputSize:<X>,<Y>
Parameters:
Param |
Description |
<X> |
The width of the resized image |
<Y> |
The height of the resized image |
Notes:
Resizing the image with OutputSize has similar effect to the manual operation of resizing. If you paste an image into a rich text field, and select the image, you will see small grippers in each corner of the image. Click and hold down the mouse button to resize the image visually. The image looks resized, but it isn't.
Also note that the <X> and <Y> is exposed as variables, the $(IMPORT_WIDTH)
and $(IMPORT_HEIGHT)
respectively.
Introduced in version:
1.0.0.0
Repeatable
No