Click or drag to resize

ImportOptions Enumeration

Specifies the Importing document options.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum ImportOptions
Members
Member name Value Description
KeepSourceFormatting 0 Keep the source document's formatting intact.
MergeFormatting 1 Merge the source document's formatting with the destination document's styles.
KeepTextOnly 2 Import only the text content, discarding all formatting.
UseDestinationStyles 3 Use the destination document's styles for the imported content.
See Also