PdfSize.GetHashCode Method

Returns a hash code for this PdfSize 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
An integer value that specifies a hash value for this PdfSize structure.

See Also