LogTextOperation
IPDFDocument3 :: General document methods

See Also
Collapse All

This method enables or disables the logging of all text operations.

Syntax

HRESULT LogTextOperation (
BSTR logFileName,
VARIANT_BOOL asXML
)
Parameters
logFileName
Path to the log file where all text operations are saved

asXML
Determines whether the log file be saved as XML or not

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

To disable the logging of text operations, pass "" (empty string) as a logFileName parameter.

See Also

Reference