PrinterResizeMode¶
Namespace: ThinkGeo.Core
Describes how a printer layer responds when its size changes.
public enum PrinterResizeMode
Inheritance object → ValueType → Enum → PrinterResizeMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Fixed | 0 | The layer's width and height remain constant. |
| MaintainAspectRatio | 1 | The layer can scale while preserving its original aspect ratio. |
| Resizable | 2 | The layer can scale freely in both width and height. |