CPDFAnnotationsConfig constructor

const CPDFAnnotationsConfig({
  1. List<CPDFAnnotationType> availableTypes = CPDFAnnotationType.values,
  2. List<CPDFConfigTool> availableTools = CPDFConfigTool.values,
  3. CPDFAnnotAttribute initAttribute = const CPDFAnnotAttribute(),
  4. String annotationAuthor = "",
  5. bool autoShowSignPicker = true,
  6. bool autoShowPicPicker = true,
  7. bool autoShowStampPicker = true,
  8. bool autoShowLinkDialog = true,
})

Implementation

const CPDFAnnotationsConfig(
    {this.availableTypes = CPDFAnnotationType.values,
    this.availableTools = CPDFConfigTool.values,
    this.initAttribute = const CPDFAnnotAttribute(),
    this.annotationAuthor = "",
    this.autoShowSignPicker = true,
    this.autoShowPicPicker = true,
    this.autoShowStampPicker = true,
    this.autoShowLinkDialog = true});