PdfListItem.GetHashCode Method

Gets the hash code for this PdfListItem class.

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 PdfListItem.

See Also