FileProcessingOptions constructor
const
FileProcessingOptions({
- bool enableThumbnailGeneration = false,
- bool enableMetadataExtraction = false,
- bool enableVirusScanning = false,
- bool enableContentAnalysis = false,
- bool enableAutoRotation = false,
- bool enableWatermarking = false,
- CompressionType compressionType = CompressionType.none,
- int? thumbnailSize,
- String? watermarkText,
- Map<
String, dynamic> ? customProcessing,
Implementation
const FileProcessingOptions({
this.enableThumbnailGeneration = false,
this.enableMetadataExtraction = false,
this.enableVirusScanning = false,
this.enableContentAnalysis = false,
this.enableAutoRotation = false,
this.enableWatermarking = false,
this.compressionType = CompressionType.none,
this.thumbnailSize,
this.watermarkText,
this.customProcessing,
});