SaveAsDoc Property

Set the option to save as native .DOC file using Word automaion.

Sub SaveAsDoc(newVal As Bool)


Parameters

newVal

True - Output should be in .DOC format
False - Output should be in .RTF format

Exception Handling

Please refer to the list of return exceptions.

Example Usage

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

' Set the option to save as native .DOC file using Word automaion
oConverter.SaveAsDoc = True
Call oConverter.ConvertToWord(inFileName, outFileName)