PdfBasicValueGetHashCode Method |
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public abstract int GetHashCode()
Public MustOverride Function GetHashCode As Integer
Return Value
Int32
A hash code for this
PdfBasicValue instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also