PdfMatrix.GetHashCode Method

Returns the hash code for this PdfMatrix structure.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public override int GetHashCode()
VB
Public Overrides Function GetHashCode As Integer

Return Value

Type: Int32
The hash code for this instance.

See Also