CPDFConfiguration constructor
CPDFConfiguration({
- CPDFModeConfig modeConfig = const CPDFModeConfig(initialViewMode: CPDFViewMode.viewer),
- CPDFToolbarConfig toolbarConfig = const CPDFToolbarConfig(),
- CPDFReaderViewConfig readerViewConfig = const CPDFReaderViewConfig(),
- CPDFAnnotationsConfig annotationsConfig = const CPDFAnnotationsConfig(),
- CPDFContentEditorConfig contentEditorConfig = const CPDFContentEditorConfig(),
- CPDFFormsConfig formsConfig = const CPDFFormsConfig(),
- CPDFGlobalConfig globalConfig = const CPDFGlobalConfig(),
Implementation
CPDFConfiguration(
{this.modeConfig =
const CPDFModeConfig(initialViewMode: CPDFViewMode.viewer),
this.toolbarConfig = const CPDFToolbarConfig(),
this.readerViewConfig = const CPDFReaderViewConfig(),
this.annotationsConfig = const CPDFAnnotationsConfig(),
this.contentEditorConfig = const CPDFContentEditorConfig(),
this.formsConfig = const CPDFFormsConfig(),
this.globalConfig = const CPDFGlobalConfig()});