Click or drag to resize

PdfChoiceFieldItemGetHashCode Method

Returns a hash code for this PdfChoiceFieldItem instance.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public override int GetHashCode()

Return Value

Int32
A hash code for this PdfChoiceFieldItem instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also