Specifies how image's proportions are maintained.

Namespace: Neodynamic.SDK.Printing
Assembly: 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 nameValueDescription
None0 Specifies that image's proportions are not maintained.
WidthBased1 Specifies that image's proportions are maintained based on the new width value.
HeightBased2 Specifies that image's proportions are maintained based on the new height value.
Fit3 Specifies that image's proportions are maintained based on the new width and height values.

See Also