PageMarginInfo.GetHashCode() Method
Gets the hash code (a number) that corresponds to the value of the current PageMarginInfo object.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Returns
Type | Description |
---|---|
Int32 | An integer value representing the hash code for the current object. |
Remarks
This member supports the .NET infrastructure. For more information on hash codes, refer to the Object.GetHashCode Method MSDN topic.
See Also