Enum Convert.WordOutputOptions.WordOutputFormat
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum Convert.WordOutputOptions.WordOutputFormat
Fields
Name | Description |
---|---|
e_wof_doc | Indicates a DOC output. |
e_wof_docx | Indicates a DOCX output (default). |
e_wof_rtf | Indicates an RTF output. |
e_wof_txt | Indicates a TXT output. |