CPDFConfiguration constructor

CPDFConfiguration({
  1. CPDFModeConfig modeConfig = const CPDFModeConfig(initialViewMode: CPDFViewMode.viewer),
  2. CPDFToolbarConfig toolbarConfig = const CPDFToolbarConfig(),
  3. CPDFReaderViewConfig readerViewConfig = const CPDFReaderViewConfig(),
  4. CPDFAnnotationsConfig annotationsConfig = const CPDFAnnotationsConfig(),
  5. CPDFContentEditorConfig contentEditorConfig = const CPDFContentEditorConfig(),
  6. CPDFFormsConfig formsConfig = const CPDFFormsConfig(),
  7. 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()});