| << Click to Display Table of Contents >> DocExportType |     | 
The value of this property controls, what type of document is created by the method WriteDoc().
property DocExportType [integer] VPE.DocExportType
read / write; runtime only
Possible Values:
| ActiveX / VCL | Value | Enum | Comment | 
| VPE_DOC_TYPE_AUTO | 0 | Auto | WriteDoc() will create VPE, PDF, HTML, XML or ODT files, depending on the file suffix of the supplied file name | 
| VPE_DOC_TYPE_VPE | 1 | VPE | WriteDoc() will create VPE files, regardless of the file suffix | 
| VPE_DOC_TYPE_PDF | 2 | WriteDoc() will create PDF files, regardless of the file suffix | |
| VPE_DOC_TYPE_HTML | 3 | HTML | WriteDoc() will create HTML files, regardless of the file suffix | 
| VPE_DOC_TYPE_XML | 4 | XML | WriteDoc() will create XML files, regardless of the file suffix | 
| VPE_DOC_TYPE_ODT | 5 | ODT | WriteDoc() will create ODT files, regardless of the file suffix | 
Default:
VPE_DOC_TYPE_AUTO