PDFix SDK  6.5.0
PdsName Struct Referenceabstract

PdsName class. More...

Inheritance diagram for PdsName:
PdsObject

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...
 
- 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

PdsName class.

Member Function Documentation

◆ GetText()

virtual int PdsName::GetText ( wchar_t *  buffer,
int  len 
)
pure virtual

Gets the unicode value of name object.

Parameters
buffer(filled by method) If the buffer is null function returns required length of string
lenLength of a buffer to be filled in.
Returns
Number of characters written into buffer of required length.
See also
PdeWord::GetValue

◆ GetValue()

virtual int PdsName::GetValue ( char *  buffer,
int  len 
)
pure virtual

Gets the unicode value of name object, and the string�s length.

Parameters
buffer(filled by method) If the buffer is null function returns required length of string data.
lenLength of a buffer to be filled in.
Returns
Number of characters written into buffer of required length.