Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
Members
Member name | Value | Description | |
---|---|---|---|
Absolute | 0 | 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. | |
PreserveAspectRatio | 1 | Image's aspect ratio will be preserved. |
See Also