[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfBool

PdfBool Class

Represents a PDF Bool object. This class overrides and implements:

Inheritance
PdfBool
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public class PdfBool : IPdfBool, IEquatable<PdfBool>
Public Class PdfBool
    Implements IPdfBool, IEquatable(Of PdfBool)

Fields

Name Description
False

The false instance of the PdfBool class.

True

The true instance of the PdfBool class.

Methods

Name Description
Equals(PdfBool)

Indicates whether the current PdfBool is equal to another PdfBool object of the same type.

Equals(object)
GetHashCode()
ToString()

Operators

Name Description
operator ==(PdfBool, PdfBool)

The equality operator.

explicit operator PdfBool(bool)

Converts the bool to the PdfBool.

implicit operator bool(PdfBool)

Converts the PdfBool to a bool.

operator !=(PdfBool, PdfBool)

The inequality operator.

Extension Methods