static public field ScalingMode.Stretch

Brief

The image is stretched by the width of the available area and the height is defined in accordance with the aspect ratio in the original image file.

Declaration
C#
Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode  Stretch = 2

Details

If the height of the image does not fit into the current page, the image is drawn on the next page.
If the user specifies the image size, an exception is thrown.

Declared in ScalingMode

back