ImageFromPDFResponse class
Represents the response for extracting images from a PDF file.
Constructors
-
ImageFromPDFResponse.new({required PdfCombinerStatus status, List<
String> outputPaths = const [], String? message}) - Creates a response object for image extraction from a PDF.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
An optional message providing additional details about the process.
getter/setter pair
-
outputPaths
↔ List<
String> -
A list of file paths where the extracted images are saved.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ PdfCombinerStatus
-
The status of the image extraction process.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited