PrintAreaMode Enumeration
Specifies how the area of a view is adjusted to fit the page area when the view is printed.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEPrinter assembly)
Syntax
public enum PrintAreaMode
Values
Value name | Value | Description |
---|---|---|
CenterAndScale | 0 | The center and the nominal map scale is maintained when printed. Both the width and height of the view will be adjusted to the printed page area. |
CenterAndWidth | 1 | The center and the width of the view is maintained when printed. The scale of the output and the height of the area will be adjusted. |
TopLeftAndScale | 2 | The nominal scale is maintained, and the position of the view is adjusted so that the top-left corner of the view is still the top-left corner of the printed map. |
TopLeftAndWidth | 3 | The width of the view is maintained, and the position of the view is adjusted so that the top-left corner of the view is still the top-left corner of the printed map. |
Remarks
Note that none of these modes will work as described if the view is rotated. The adjustments calculated by the Printer class are performed as if the rotation is zero.
Platforms
Windows, Linux, Android