processAnnotations static method
Future<bool?>
processAnnotations(
- AnnotationType type,
- AnnotationProcessingMode processingMode,
- String destinationPath
Processes annotations of the given type with the provided processing mode and stores the PDF at the given destination path.
Implementation
static Future<bool?> processAnnotations(
AnnotationType type,
AnnotationProcessingMode processingMode,
String destinationPath,
) async =>
PspdfkitFlutterPlatform.instance
.processAnnotations(type, processingMode, destinationPath);