[]
Represents the overall size of barcode control.
public class WholeSize
Initializes a new instance of WholeSize.
public WholeSize()
Initializes a new instance of WholeSize.
public WholeSize(float wholeWidth, float wholeHeight)
Height of overall of barcode.
public float WholeHeight { get; set; }
Width of overall of barcode.
public float WholeWidth { get; set; }