Specifies how image's proportions are maintained.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public enum LockAspectRatio |
| Visual Basic |
|---|
Public Enumeration LockAspectRatio |
| Visual C++ |
|---|
public enum class LockAspectRatio |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Specifies that image's proportions are not maintained. | |
| WidthBased | 1 | Specifies that image's proportions are maintained based on the new width value. | |
| HeightBased | 2 | Specifies that image's proportions are maintained based on the new height value. | |
| Fit | 3 | Specifies that image's proportions are maintained based on the new width and height values. |