[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.WholeSize.-ctor

WholeSize Constructor

WholeSize()

Initializes a new instance of WholeSize.

Declaration
public WholeSize()
Public Sub New()

WholeSize(float, float)

Initializes a new instance of WholeSize.

Declaration
public WholeSize(float wholeWidth, float wholeHeight)
Public Sub New(wholeWidth As Single, wholeHeight As Single)
Parameters
Type Name Description
float wholeWidth

The overall width of barcode.

float wholeHeight

The overall height of barcode.