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