Class CharacterSize
Represents character size settings written to the laser.
public class CharacterSize : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseCharacterSize
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
CharacterPitch
Gets or sets the character pitch in millimeters.
public double CharacterPitch { get; set; }
  Property Value
- double
 The default value is 2mm.
Remarks
Can only be used for TrueType fonts.
FullWidth
Gets or sets the full width in millimeters.
public double FullWidth { get; set; }
  Property Value
- double
 The default value is 7.0 mm.
Height
Gets or sets the character height in millimeters.
public double Height { get; set; }
  Property Value
- double
 The default value is 3.0 mm.
Layout
Gets or sets the character layout.
public CharacterLayout Layout { get; set; }
  Property Value
- CharacterLayout
 The default value is CharacterSpace.
Space
Gets or sets the space between two characters in millimeters.
public double Space { get; set; }
  Property Value
- double
 The default value is 0.5 mm.
Width
Gets or sets the character width in millimeters.
public double Width { get; set; }
  Property Value
- double
 The default value is 2.0 mm.