ScaleMode Enumeration

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Defines possible page content scaling modes.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public enum ScaleMode
Members

  Member nameValueDescription
Absolute0 Page content will be fit into given dimensions absolutely, it means that each side of the page will have it's own scaling factor.
PreserveAspectRatio1 Page's aspect ratio will be preserved and content will be fit into given dimensions.
See Also

Reference