DocumentExportCapabilities Properties
Represents the formatting capabilities required for correct export of the document.| Name | Description |
|---|---|
| Bookmarks | Gets or sets whether the bookmarks support is required for correct export of the document. |
| CharacterFormatting | Gets or sets whether the non-default character formatting support is required for correct export of the document. |
| Footers | Gets or sets whether footers support is required to export the document correctly. |
| Headers | Gets or sets whether headers support is required to export the document correctly. |
| Hyperlinks | Gets or sets whether hyperlinks support is required to export the document correctly. |
| InlineObjects | Gets or sets whether the in-line objects support is required for correct export of the document. |
| InlinePictures | Gets or sets whether the in-line pictures support is required for correct export of the document. |
| ParagraphFormatting | Gets or sets whether the non-default paragraph formatting support is required for correct export of the document. |
| Sections | Gets or sets whether the section partitioning support is required for correct export of the document. |
| Styles | Gets or sets whether the document formatting contains styles. |
See Also