Back to Devexpress

IInitDocumentProcessorOptions Interface

aspnetcore-js-devexpress-dot-richedit-ebbf740b.md

latest866 B
Original Source

IInitDocumentProcessorOptions Interface

Declares a document processor’s options.

Declaration

ts
export interface IInitDocumentProcessorOptions

Remarks

Send an object, which implements the IInitDocumentProcessorOptions interface, to the createDocumentProcessor method to create a document processor with predefined settings.

Properties

cloneCurrentModel Property

Specifies whether the current document model should be cloned to a newly created document processor.

Declaration

ts
cloneCurrentModel?: boolean

Property Value

TypeDescription
boolean

true , to clone the current document model to the document processor; false , to create the processor with a new document.

|