FileProcessingOptions class

Constructors

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})
const

Properties

compressionType CompressionType
final
customProcessing Map<String, dynamic>?
final
enableAutoRotation bool
final
enableContentAnalysis bool
final
enableMetadataExtraction bool
final
enableThumbnailGeneration bool
final
enableVirusScanning bool
final
enableWatermarking bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailSize int?
final
watermarkText String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited