autoShowSignPicker property

bool autoShowSignPicker
final

In annotation mode, when tapping the bottom toolbar or calling controller.setAnnotationMode(CPDFAnnotationType.signature), whether to automatically show the signature picker dialog. Default: true. If set to false, the signature picker dialog will not be displayed. You can handle signature selection yourself via the CPDFReaderWidget(onAnnotationCreationPreparedCallback: ...) callback. For example, show a custom signature picker, then call controller.prepareNextSignature(String signPath) with the chosen signature path; a subsequent tap will place the custom signature into the PDF.

Implementation

final bool autoShowSignPicker;