ImageScaleMode Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents a list of available scale modes.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum ImageScaleMode
Members

  Member nameValueDescription
Absolute0 Image will be fit into given space defined by page size, it means that each side of the image will have its own scaling factor.
PreserveAspectRatio1 Image's aspect ratio will be preserved.
See Also

Reference