Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IInitDocumentProcessorOptions Interface

Declares a document processor’s options.

#Declaration

TypeScript
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

TypeScript
cloneCurrentModel?: boolean

#Property Value

Type Description
boolean

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