Enum LockAspectRatio
Specifies how image's proportions are maintained.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum LockAspectRatio
Fields
| Name | Description |
|---|---|
| Fit | Specifies that image's proportions are maintained based on the new width and height values. |
| HeightBased | Specifies that image's proportions are maintained based on the new height value. |
| None | Specifies that image's proportions are not maintained. |
| WidthBased | Specifies that image's proportions are maintained based on the new width value. |