Click or drag to resize

PdfBasicValue Class

Represents a base class for all immutable basic PDF objects.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicValue
      SautinSoft.Pdf.ObjectsPdfBoolean
      SautinSoft.Pdf.ObjectsPdfName
      SautinSoft.Pdf.ObjectsPdfNumber
      SautinSoft.Pdf.ObjectsPdfString

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public abstract class PdfBasicValue : PdfBasicObject

The PdfBasicValue type exposes the following members.

Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to this PdfBasicValue instance.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns a hash code for this PdfBasicValue instance.
(Overrides ObjectGetHashCode)
Top
See Also