PDFix SDK  6.5.0
PdsBoolean Struct Referenceabstract

PdsBoolean class. More...

Inheritance diagram for PdsBoolean:
PdsObject

Public Member Functions

virtual bool GetValue ()=0
 Gets the value of the boolean object. More...
 
- Public Member Functions inherited from PdsObject
virtual PdfObjectType GetObjectType ()=0
 Gets the type of an object. More...
 
virtual int GetId ()=0
 Gets the object number. More...
 

Detailed Description

PdsBoolean class.

PdsBoolean objects can have a value of true or false.

Member Function Documentation

◆ GetValue()

virtual bool PdsBoolean::GetValue ( )
pure virtual

Gets the value of the boolean object.

Returns
The value of the object.