PDFix SDK  9.0.0
Loading...
Searching...
No Matches
PdsBoolean Struct Referenceabstract

PdsBoolean class. More...

#include <pdfix.h>

Inheritance diagram for PdsBoolean:
PdsObject

Public Member Functions

virtual bool GetValue () const =0
 Gets the value of the boolean object.
Public Member Functions inherited from PdsObject
virtual PdfObjectType GetObjectType () const =0
 Gets the type of an object.
virtual int GetId () const =0
 Gets the object number.
virtual int GetGenId () const =0
 Gets the generation number.
virtual PdfDocGetDoc () const =0
 Gets a reference to a document.
virtual PdsObjectClone (bool clone_indirect)=0
 Clone the object.
virtual bool RegisterEvent (PdfEventType type, PdsObjectEventProc proc, void *data)=0
 Registers a user-supplied procedure to call when the specified event occurs.
virtual bool UnregisterEvent (PdfEventType type, PdsObjectEventProc proc, void *data)=0

Detailed Description

PdsBoolean class.

PdsBoolean objects can have a value of true or false.

Member Function Documentation

◆ GetValue()

virtual bool PdsBoolean::GetValue ( ) const
pure virtual

Gets the value of the boolean object.

Returns
The value of the object.