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: 4.0.3500.0 (4.0.3500.1)
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); } |