Class TaskCompressResult
Result of an asynchronous compression task, reporting the source and destination streams,
whether the source was disposed, whether the operation was cancelled and the number of compressed bytes produced.
Inheritance
TaskCompressResult
Assembly: Reportman.Drawing.dll
Syntax
public class TaskCompressResult
Constructors
View Source
TaskCompressResult()
Declaration
public TaskCompressResult()
Fields
View Source
Cancelled
Declaration
Field Value
View Source
CompressedBytes
Declaration
public long CompressedBytes
Field Value
View Source
Destination
Declaration
public Stream Destination
Field Value
View Source
DisposedSource
Declaration
public bool DisposedSource
Field Value
View Source
Source
Declaration
Field Value