Click or drag to resize

PdfBoolean Class

Represents PDF logical values of true and false.
There are only two instances of this type and those are True and False.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicValue
      SautinSoft.Pdf.ObjectsPdfBoolean

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public sealed class PdfBoolean : PdfBasicValue

The PdfBoolean type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberFalse Gets the PdfBoolean instance with logical value false.
Public propertyObjectType Gets the Boolean value.
(Overrides PdfBasicObjectObjectType)
Public propertyStatic memberTrue Gets the PdfBoolean instance with logical value true.
Public propertyValue Gets a Boolean value of this PdfBoolean instance.
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to this PdfBoolean instance.
(Overrides PdfBasicValueEquals(Object))
Public methodGetHashCode Returns a hash code for this PdfBoolean instance.
(Overrides PdfBasicValueGetHashCode)
Public methodToString Returns a String that represents this PdfBoolean instance.
(Overrides PdfBasicObjectToString)
Top
See Also