PreserveDocumentStructure

WordProcessingLoadOptions.PreserveDocumentStructure property

Determines whether the document structure should be preserved when converting to PDF (default is false).

public bool PreserveDocumentStructure { get; set; }

Remarks

Note that exporting the document structure significantly increases the memory consumption, especially for the large documents.

See Also