CPDFGlobalConfig constructor
const
CPDFGlobalConfig({
- CPDFThemeMode themeMode = CPDFThemeMode.system,
- bool fileSaveExtraFontSubset = true,
- CPDFWatermarkConfig watermark = const CPDFWatermarkConfig(),
- bool enableExitSaveTips = true,
- CPDFFillSignatureType signatureType = CPDFFillSignatureType.manual,
- CPDFThumbnailConfig thumbnail = const CPDFThumbnailConfig(),
- bool enableErrorTips = true,
- CPDFBotaConfig bota = const CPDFBotaConfig(),
- CPDFSearchConfig search = const CPDFSearchConfig(),
- CPDFPageEditorConfig pageEditor = const CPDFPageEditorConfig(),
- List<
CPDFPencilMenus> pencilMenus = CPDFPencilMenus.values,
Implementation
const CPDFGlobalConfig(
{this.themeMode = CPDFThemeMode.system,
this.fileSaveExtraFontSubset = 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
});