Page tree
Skip to end of metadata
Go to start of metadata

Description

Sets or returns a boolean that represents whether or not WordWriter will preserve feature of an existing document that it does not natively support. Setting this to false can result in smaller file sizes, but features that are not natively supported by WordWriter will be stripped out. This is set to true by default.

C#
vb.net

Remarks

The main advantage to setting the preserve property to false is that it can significantly reduce the file size of the resulting Word document. This is recommended if it is known that only supported features are in the document, especially when creating large documents.

Examples

C#
vb.net
  • No labels