Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / BarcodeSizeOptions Class / GetHashCode Method

In This Topic
    GetHashCode Method (BarcodeSizeOptions)
    In This Topic
    Calculates and retrieves a hash code based on the current values of the specified options.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As System.Integer
    public override System.int GetHashCode()

    Return Value

    A hash code for the current object.
    See Also