CosBoolean Class

Class for a low-level PDF boolean object.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.CosObject
    BitMiracle.Docotic.Pdf.CosBoolean

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class CosBoolean : CosObject
VB
Public NotInheritable Class CosBoolean
	Inherits CosObject

The CosBoolean type exposes the following members.

Properties

  NameDescription
Public propertyType
Gets the type of this CosObject.
(Overrides CosObject.Type.)
Public propertyValue
Gets the value of this CosBoolean object.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Remarks

Boolean objects represent the logical values of true and false. They appear in PDF files using the keywords true and false.

See Also