| 
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
Syntax
 
 
public enum ImportOptions
 
Public Enumeration ImportOptions
 
public enum class ImportOptions
 
 
 
 
 Members
 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
See Also