ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document.DDLib.ZLib Namespace / ZlibExtensions Class / Compress Method
The memory stream that is subject to compression.

In This Topic
    Compress Method
    In This Topic
    Compress stream.
    Syntax
    'Declaration
     
    Public Shared Function Compress( _
       ByVal inStream As MemoryStream _
    ) As MemoryStream
    public static MemoryStream Compress( 
       MemoryStream inStream
    )

    Parameters

    inStream
    The memory stream that is subject to compression.

    Return Value

    Returns the compressed stream.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also