CPDFAnnotationsConfig constructor
const
CPDFAnnotationsConfig({
- List<
CPDFAnnotationType> availableTypes = CPDFAnnotationType.values, - List<
CPDFConfigTool> availableTools = CPDFConfigTool.values, - CPDFAnnotAttribute initAttribute = const CPDFAnnotAttribute(),
- String annotationAuthor = "",
- bool autoShowSignPicker = true,
- bool autoShowPicPicker = true,
- bool autoShowStampPicker = true,
- 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});