ImportOptions Class |
Docentric Toolkit Help
Send Feedback |
Specifies various options for an import operation.
System.Object
Docentric.Documents.ObjectModel.ImportOptions
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ImportOptions
The ImportOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() |
.ctor() | Initializes a new instance of the ImportOptions class with default values. |
Name | Description | |
---|---|---|
![]() |
ImportedDocumentDelimiter | Gets or sets a value specifying a delimiter between the existing target document content and the imported document content. |
![]() |
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. |
![]() |
ImportedDocumentPageNumbering | Gets or sets a value specifying what shall be the starting page number for the imported document. |
![]() |
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 | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object) |