Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfBoolExt Class / AsBool Method

In This Topic
    AsBool Method
    In This Topic
    Converts the IPdfBool to bool.
    Syntax
    'Declaration
     
    Public Shared Function AsBool( _
       ByVal pb As IPdfBool _
    ) As System.Boolean
    public static System.bool AsBool( 
       IPdfBool pb
    )

    Parameters

    pb
    See Also