CPDFGlobalConfig constructor

const CPDFGlobalConfig({
  1. CPDFThemeMode themeMode = CPDFThemeMode.system,
  2. bool fileSaveExtraFontSubset = true,
  3. bool useSaveIncremental = true,
  4. CPDFWatermarkConfig watermark = const CPDFWatermarkConfig(),
  5. bool enableExitSaveTips = true,
  6. CPDFFillSignatureType signatureType = CPDFFillSignatureType.manual,
  7. CPDFThumbnailConfig thumbnail = const CPDFThumbnailConfig(),
  8. bool enableErrorTips = true,
  9. CPDFBotaConfig bota = const CPDFBotaConfig(),
  10. CPDFSearchConfig search = const CPDFSearchConfig(),
  11. CPDFPageEditorConfig pageEditor = const CPDFPageEditorConfig(),
  12. List<CPDFPencilMenus> pencilMenus = CPDFPencilMenus.values,
})

Implementation

const CPDFGlobalConfig(
    {this.themeMode = CPDFThemeMode.system,
    this.fileSaveExtraFontSubset = true,
    this.useSaveIncremental = true,
    this.watermark = const CPDFWatermarkConfig(),
    this.enableExitSaveTips = true,
    this.signatureType = CPDFFillSignatureType.manual,
    this.thumbnail = const CPDFThumbnailConfig(),
    this.enableErrorTips = true,
    this.bota = const CPDFBotaConfig(),
    this.search = const CPDFSearchConfig(),
    this.pageEditor = const CPDFPageEditorConfig(),
    this.pencilMenus = CPDFPencilMenus.values});