Class TaskCompressResult
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class TaskCompressResult
Constructors
TaskCompressResult()
Declaration
public TaskCompressResult()
Fields
Cancelled
Declaration
public bool Cancelled
Field Value
| Type | Description |
|---|---|
| bool |
CompressedBytes
Declaration
public long CompressedBytes
Field Value
| Type | Description |
|---|---|
| long |
Destination
Declaration
public Stream Destination
Field Value
| Type | Description |
|---|---|
| Stream |
DisposedSource
Declaration
public bool DisposedSource
Field Value
| Type | Description |
|---|---|
| bool |
Source
Declaration
public Stream Source
Field Value
| Type | Description |
|---|---|
| Stream |