Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfBoolObject Class / PdfBoolObject Constructor
The value of Bool.

In This Topic
    PdfBoolObject Constructor
    In This Topic
    Initializes a new instance of the PdfBoolObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As PdfBool _
    )
    public PdfBoolObject( 
       PdfBool value
    )

    Parameters

    value
    The value of Bool.
    See Also