Click or drag to resize

PdfRectangleGetHashCode Method

Returns a hash code for this PdfRectangle instance.

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

Return Value

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