CPDFExtractImageResult constructor
const
CPDFExtractImageResult({})
Creates an image extraction result.
Implementation
const CPDFExtractImageResult({
required this.success,
required this.count,
required this.directoryPath,
required this.imagePaths,
});