Search Results for

    Show / Hide Table of Contents

    Class TaskCompressResult

    Inheritance
    object
    TaskCompressResult
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    In this article
    Back to top Generated by DocFX