Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteBool Method

In This Topic
    WriteBool Method
    In This Topic
    Writes a bool value.
    Syntax
    'Declaration
     
    Public Sub WriteBool( _
       ByVal value As System.Boolean _
    ) 
    public void WriteBool( 
       System.bool value
    )

    Parameters

    value
    See Also