Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfBool Class
Fields Methods

In This Topic
    PdfBool Class Members
    In This Topic

    The following tables list the members exposed by PdfBool.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The false instance of the PdfBool class.  
    Public Fieldstatic (Shared in Visual Basic)The true instance of the PdfBool class.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Indicates whether the current PdfBool is equal to another PdfBool object of the same type.  
    Public MethodServes as the default hash function.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    The equality operator.
    Converts the bool to the PdfBool.
    Converts the PdfBool to a bool.
    The inequality operator.
    Top
    See Also