Atom GetBool Function. Gets the Boolean value from the Atom if it is a BoolAtom. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets the Boolean value from the Atom if it is a BoolAtom.

 

   
Syntax  

[C#]
static bool GetBool(Atom atom)

[Visual Basic]
Shared Function GetBool(atom As Atom) As Boolean

 

   

Params
 
Name Description
atom The Atom to get the Boolean from.
return The returned Boolean.

 

   

Notes
 

Get the Boolean value from the supplied Atom if it is a BoolAtom.

If the atom is not a BoolAtom or if it is null then false will be returned.

 

   

Example
 

None.