IUIX_Edit::GetText Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT GetText([in] LPWSTR pCharsBuff, [in] LONG nCharsBuffSize, [out, retval] LONG* pCharsCopied);
Parameters
- pCharsBuff
- [in] Value of LPWSTR.
- nCharsBuffSize
- [in] Value of LONG.
- pCharsCopied
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_Edit.