Gets or sets the number of labels per row in the media roll. Default value is 1
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public int LabelsPerRow { get; set; } |
Visual Basic |
---|
Public Property LabelsPerRow As Integer Get Set |
Visual C++ |
---|
public: property int LabelsPerRow { int get (); void set (int value); } |