static public field ScalingMode.None

Brief

The default scaling mode. If the user specifies the image size, it is drawn with the user-defined size, otherwise, the image is drawn with the original size.

Declaration
C#
Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode  None = 4

Details

If the user specifies only the height or the width, the other side is defined in accordance with the aspect ratio in the original image file.

If the original image size does not fit into the available area, it is scaled down proportionally to fit into the available area.

Declared in ScalingMode

back