Name
doc:UseCNTEncodings -- enable traditional Chinese encodings
Synopsis
status = doc:UseCNTEncodings()
Function
doc:UseCNTEncodings() enables traditional Chinese encodings. After doc:UseCNTEncodings() is invoked, an application can use the following traditional Chinese encodings:

When doc:UseCNTEncodings() succeeds, it returns #HPDF_OK. Otherwise, it returns an error code and the error handler is invoked.

Inputs
none

Results
status
status code
Errors
#HPDF_INVALID_DOCUMENT - An invalid document handle was set.

#HPDF_FAILED_TO_ALLOC_MEM - Memory allocation failed.

#HPDF_DUPLICATE_REGISTRATION - The encoding of the same name has already been registered.


Show TOC