Format Filter Types used when loading and saving documents
Missing <remarks> documentation for T:askSam.FormatType
| Member Name | Description |
|---|---|
| FF_TEXT | Text data format. |
| FF_HTML | HTML data format. |
| FF_RTF | RTF data format. |
| FF_INTERNAL | Special form of RTF data format used only by the askSam editor, for internal use only. |
| FF_HIGHLIGHT | Combined with other data formats to highlight hits from a request when loading a document. |
| FF_HIGHLIGHT_LOADLINES | Combined with other data formats to highlight hits from a request when loading a document, for internal askSam use only. |
| FF_KEEP_DOC_LOCKED | When saving a new document, locks the document and then does not unlock it. |
| FF_FILE_HANDLE | Used to pass a file handle to SaveDoc. SaveDoc uses this handle to create a memory mapped file to read the data. |
| FF_TEXT_FOR_HTML | Combined with FF_TEXT to get text output that can be displayed on a web page without < and > codes in the text. |
| FF_DONT_LOAD_IMAGES | When using GetFieldData use this to not load images from the file |
Namespace: askSam
Assembly: asnetsdk (in asnetsdk.dll)