[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.WholeSize

Class WholeSize

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

Represents the overall size of barcode control.

public class WholeSize
Inheritance
object
WholeSize
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

WholeSize()

Initializes a new instance of WholeSize.

public WholeSize()

WholeSize(float, float)

Initializes a new instance of WholeSize.

public WholeSize(float wholeWidth, float wholeHeight)

Parameters

wholeWidth float

The overall width of barcode.

wholeHeight float

The overall height of barcode.

Properties

WholeHeight

Height of overall of barcode.

public float WholeHeight { get; set; }

Property Value

float

WholeWidth

Width of overall of barcode.

public float WholeWidth { get; set; }

Property Value

float