Click or drag to resize

PdfNameGetHashCode Method

Returns a hash code for this PdfName instance.

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

Return Value

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