OutputData Property

The output data after compression or decompression.

Syntax

public string OutputData { get; }
public byte[] OutputDataB { get; }
Public ReadOnly Property OutputData As String
Public ReadOnly Property OutputDataB As Byte()

Default Value

""

Remarks

This property holds the compressed or decompressed data after CompressData or DecompressData is called.

This property is not applicable when calling CompressBlock or DecompressBlock.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 .NET Edition - Version 20.0 [Build 8300]