PdfWebConfiguration constructor

PdfWebConfiguration({
  1. String? xfdf,
  2. bool? xfdfKeepCurrentAnnotations,
  3. num? autoCloseThreshold,
  4. PspdfkitAutoSaveMode? autoSaveMode,
  5. String? baseCoreUrl,
  6. String? baseUrl,
  7. String? container,
  8. List? customFonts,
  9. bool? disableHighQualityPrinting,
  10. bool? disableMultiSelection,
  11. bool? disableOpenParameters,
  12. bool? disableWebAssemblyStreaming,
  13. List? documentEditorFooterItems,
  14. List? documentEditorToolbarItems,
  15. bool? enableAutomaticLinkExtraction,
  16. bool? enableClipboardActions,
  17. bool? enableHistory,
  18. bool? enableServiceWorkerSupport,
  19. List<String>? formFieldsNotSavingSignatures,
  20. bool? headless,
  21. Map<String, dynamic>? instantJSON,
  22. String? locale,
  23. num? maxDefaultZoomLevel,
  24. num? maxMentionSuggestions,
  25. num? maxPasswordRetries,
  26. List? mentionableUsers,
  27. num? minDefaultZoomLevel,
  28. num? overrideMemoryLimit,
  29. bool? preventTextCopy,
  30. Map<String, dynamic>? printOptions,
  31. bool? restrictAnnotationToPageBounds,
  32. String? serverUrl,
  33. List? stampAnnotationTemplates,
  34. num? standaloneInstancesPoolSize,
  35. List<String>? styleSheets,
  36. String? theme,
  37. PspdfKitToolbarPlacement? toolbarPlacement,
  38. PspdfkitSidebarMode? sidebarMode,
  39. bool? formDesignMode,
  40. PspdfkitWebInteractionMode? interactionMode,
  41. bool? allowPrinting,
  42. bool? canScrollWhileDrawing,
  43. bool? keepFirstSpreadAsSinglePage,
  44. bool? keepSelectedTool,
  45. double? pageSpacing,
  46. num? pageRotation,
  47. bool? previewRedactionMode,
  48. PspdfkitSidebarMode? sideBarMode,
  49. ShowSignatureValidationStatusMode? showSignatureValidationStatus,
  50. bool? showAnnotationNotes,
  51. bool? showAnnotations,
  52. num? spreadSpacing,
  53. num? viewportPadding,
  54. dynamic zoom,
  55. double? zoomStep,
  56. dynamic customUIConfiguration,
  57. dynamic customRenderers,
  58. dynamic electronicSignatures,
  59. String? documentId,
  60. List? editableAnnotationTypes,
  61. bool? instant,
  62. bool? disableForms,
  63. bool? disableTextSelection,
  64. List<PspdfkitWebToolbarItem>? toolbarItems,
  65. PspdfkitWebAnnotationToolbarItemsCallback? annotationToolbarItems,
})

Implementation

PdfWebConfiguration(
    {this.xfdf,
    this.xfdfKeepCurrentAnnotations,
    this.autoCloseThreshold,
    this.autoSaveMode,
    this.baseCoreUrl,
    this.baseUrl,
    this.container,
    this.customFonts,
    this.disableHighQualityPrinting,
    this.disableMultiSelection,
    this.disableOpenParameters,
    this.disableWebAssemblyStreaming,
    this.documentEditorFooterItems,
    this.documentEditorToolbarItems,
    this.enableAutomaticLinkExtraction,
    this.enableClipboardActions,
    this.enableHistory,
    this.enableServiceWorkerSupport,
    this.formFieldsNotSavingSignatures,
    this.headless,
    this.instantJSON,
    this.locale,
    this.maxDefaultZoomLevel,
    this.maxMentionSuggestions,
    this.maxPasswordRetries,
    this.mentionableUsers,
    this.minDefaultZoomLevel,
    this.overrideMemoryLimit,
    this.preventTextCopy,
    this.printOptions,
    this.restrictAnnotationToPageBounds,
    this.serverUrl,
    this.stampAnnotationTemplates,
    this.standaloneInstancesPoolSize,
    this.styleSheets,
    this.theme,
    this.toolbarPlacement,
    this.sidebarMode,
    this.formDesignMode,
    this.interactionMode,
    this.allowPrinting,
    this.canScrollWhileDrawing,
    this.keepFirstSpreadAsSinglePage,
    this.keepSelectedTool,
    this.pageSpacing,
    this.pageRotation,
    this.previewRedactionMode,
    this.sideBarMode,
    this.showSignatureValidationStatus,
    this.showAnnotationNotes,
    this.showAnnotations,
    this.spreadSpacing,
    this.viewportPadding,
    this.zoom,
    this.zoomStep,
    this.customUIConfiguration,
    this.customRenderers,
    this.electronicSignatures,
    this.documentId,
    this.editableAnnotationTypes,
    this.instant,
    this.disableForms,
    this.disableTextSelection,
    this.toolbarItems,
    this.annotationToolbarItems});