RemoveHiddenText Property

Set the option to remove hidden text.

Sub RemoveHiddenText(newVal As Bool)


Parameters

newVal

True - Remove hidden text
False - Keep hidden text

Exception Handling

Please refer to the list of return exceptions.

Example Usage

oConverter = CreateObject("EasyConverter.PDF2Word.3")

' Set option to remove hidden text
oConverter.RemoveHiddenText = True
Call oConverter.ConvertToWord(inFileName, outFileName)