1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. WordProcessingLoadOptions
  8. /
  9. PreserveDocumentStructure

WordProcessingLoadOptions.PreserveDocumentStructure property

On this page

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

On this page