![]() |
PDFix SDK
6.5.0
|
Public Member Functions | |
virtual int | GetValue (char *buffer, int len)=0 |
Gets the unicode value of name object, and the string�s length. More... | |
virtual int | GetText (wchar_t *buffer, int len)=0 |
Gets the unicode value of name object. More... | |
![]() | |
virtual PdfObjectType | GetObjectType ()=0 |
Gets the type of an object. More... | |
virtual int | GetId ()=0 |
Gets the object number. More... | |
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. |