Enum LockAspectRatio
Specifies how image's proportions are maintained.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum LockAspectRatio
Fields
Fit
Specifies that image's proportions are maintained based on the new width and height values.
Declaration
Fit = 3
Field Value
Type | Description |
---|---|
LockAspectRatio |
HeightBased
Specifies that image's proportions are maintained based on the new height value.
Declaration
HeightBased = 2
Field Value
Type | Description |
---|---|
LockAspectRatio |
None
Specifies that image's proportions are not maintained.
Declaration
None = 0
Field Value
Type | Description |
---|---|
LockAspectRatio |
WidthBased
Specifies that image's proportions are maintained based on the new width value.
Declaration
WidthBased = 1
Field Value
Type | Description |
---|---|
LockAspectRatio |