Gets or sets how source image's proportions are maintained if it is resized. Default value is None
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)
Syntax
| C# |
|---|
public LockAspectRatio LockAspectRatio { get; set; } |
| Visual Basic |
|---|
Public Property LockAspectRatio As LockAspectRatio Get Set |
| Visual C++ |
|---|
public: property LockAspectRatio LockAspectRatio { LockAspectRatio get (); void set (LockAspectRatio value); } |