NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Margins.GetHashCode

Calculates and retrieves a hash code based on the left, right, up, and bottom margins.

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

Return Value

A hash code based on the left, right, up, and bottom margins.

See Also

Margins Class | Margins Members | System.Drawing.Printing Namespace