Search
Margins.GetHashCode Method
See Also
 





Returns a hash code for this Margins instance.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public override int GetHashCode ()

Visual Basic  Copy Code

Public Overrides Function GetHashCode () As Integer

 Return Value

An integer value that specifies a hash value for this Margins object.

 See Also