ImageProcessingResult
Namespace: MJCZone.MediaMatic.Models
Assembly: MJCZone.MediaMatic
Summary
Result of an image processing operation.
public
Contents
Constructors (1) | Methods (4) | Properties (8)
Constructors
ImageProcessingResult
csharp
ImageProcessingResult()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Path
Gets or sets the path to the processed image.
Type: string
Width
Gets or sets the width in pixels.
Type: int
Height
Gets or sets the height in pixels.
Type: int
FileSize
Gets or sets the file size in bytes.
Type: long
Format
Gets or sets the image format.
Type: ImageFormat
Success
Gets or sets a value indicating whether the operation was successful.
Type: bool
ErrorMessage
Gets or sets error message if processing failed.
Type: string?
ProcessingTimeMs
Gets or sets the processing time in milliseconds.
Type: long