Click or drag to resize

PdfFilterGetHashCode Method

Returns a hash code for this PdfFilter instance.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public override sealed int GetHashCode()

Return Value

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