[]
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)
wholeWidth
floatThe overall width of barcode.
wholeHeight
floatThe overall height of barcode.
Height of overall of barcode.
public float WholeHeight { get; set; }
Width of overall of barcode.
public float WholeWidth { get; set; }