GrapeCity.DioDocs.Barcode.ja by GrapeCity inc.

<PackageReference Include="GrapeCity.DioDocs.Barcode.ja" Version="5.2.0.800" />

 WholeSize

public class WholeSize
Represents the overall size of barcode control.
public float WholeHeight { get; set; }

Height of overall of barcode.

public float WholeWidth { get; set; }

Width of overall of barcode.

public WholeSize()

Initializes a new instance of WholeSize.

public WholeSize(float wholeWidth, float wholeHeight)

Initializes a new instance of WholeSize.