![]() |
PDFix SDK
7.2.0
|
#include <pdfix.h>
Public Member Functions | |
virtual int | GetValue (char *buffer, int len) const =0 |
Gets the unicode value of name object, and the string�s length. More... | |
virtual int | GetText (wchar_t *buffer, int len) const =0 |
Gets the unicode value of name object. More... | |
![]() | |
virtual PdfObjectType | GetObjectType () const =0 |
Gets the type of an object. More... | |
virtual int | GetId () const =0 |
Gets the object number. More... | |
virtual int | GetGenId () const =0 |
Gets the generation number. More... | |
virtual PdfDoc * | GetDoc () const =0 |
Gets a reference to a document. More... | |
virtual PdsObject * | Clone (bool clone_indirect)=0 |
Clone the object. More... | |
virtual bool | RegisterEvent (PdfEventType type, PdsObjectEventProc proc, void *data)=0 |
Registers a user-supplied procedure to call when the specified event occurs. More... | |
virtual bool | UnregisterEvent (PdfEventType type, PdsObjectEventProc proc, void *data)=0 |
PdsName class.
|
pure virtual |
Gets the unicode value of name object.
buffer | (filled by method) If the buffer is null function returns required length of string |
len | Length of a buffer to be filled in. |
|
pure virtual |
Gets the unicode value of name object, and the string�s length.
buffer | (filled by method) If the buffer is null function returns required length of string data. |
len | Length of a buffer to be filled in. |