An NDoc Documented Class Library

FormatType Enumeration

Format Filter Types used when loading and saving documents

[Serializable]
[Flags(TypeId="System.FlagsAttribute")]
public enum FormatType

Remarks

Missing <remarks> documentation for T:askSam.FormatType

Members

Member NameDescription
FF_TEXTText data format.
FF_HTMLHTML data format.
FF_RTFRTF data format.
FF_INTERNALSpecial form of RTF data format used only by the askSam editor, for internal use only.
FF_HIGHLIGHTCombined with other data formats to highlight hits from a request when loading a document.
FF_HIGHLIGHT_LOADLINESCombined with other data formats to highlight hits from a request when loading a document, for internal askSam use only.
FF_KEEP_DOC_LOCKEDWhen saving a new document, locks the document and then does not unlock it.
FF_FILE_HANDLEUsed to pass a file handle to SaveDoc. SaveDoc uses this handle to create a memory mapped file to read the data.
FF_TEXT_FOR_HTMLCombined with FF_TEXT to get text output that can be displayed on a web page without < and > codes in the text.
FF_DONT_LOAD_IMAGESWhen using GetFieldData use this to not load images from the file

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace