Document capabilities¶
Document Capabilities are a bitmask representing the operations that may be performed on a document.
Name | Value | Description |
---|---|---|
IGR_FILE_SUPPORTS_TEXT | 1 | The document contains text that may be retrieved by calls to IGR_Get_Text. |
IGR_FILE_SUPPORTS_SUBFILES | 2 | The document may contain sub-documents that can be enumerated with IGR_Get_Subfile_Entry and extracted with IGR_Extract_Subfile |
IGR_FILE_SUPPORTS_HDHTML | 4 | The document may be converted to high-definition, preserving the document layout, font colors, styles, tables, and images. |