Specifies various options for an import operation.

System.Object
  Docentric.Documents.ObjectModel.ImportOptions

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ImportOptions

The ImportOptions type exposes the following members.

Name Description
Public constructor .ctor() Initializes a new instance of the ImportOptions class with default values.
Name Description
Public member ImportedDocumentDelimiter Gets or sets a value specifying a delimiter between the existing target document content and the imported document content.
Public member ImportedDocumentDelimiterSectionStart Gets or sets a value specifying the SectionStart value for the section that delimits the appending/source and the target document. This option is only applicable when ImportedDocumentDelimiter is set to SourceDocumentStartingSection or TargetDocumentInsertionPointSection.
Public member ImportedDocumentPageNumbering Gets or sets a value specifying what shall be the starting page number for the imported document.
Public member ImportStyleMode Specifies whether styles of the target document will be used instead of copying and using the source document styles for all the imported elements.
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)