PdfStringGetHashCode Method |
Returns a hash code for this
PdfString instance.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Return Value
Int32A hash code for this
PdfString instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also