A Sandcastle Documented Class Library
ZipCompressionStartedArgsCompressionMethod Property |
Returns the compression method
Namespace: AdiIRCAPIv2.Arguments.ZipCompression
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public int CompressionMethod { get; }
Public ReadOnly Property CompressionMethod As Integer Get
public: property int CompressionMethod { int get (); }
member CompressionMethod : int with get
Property Value
Type: Int32Remarks
0 = no compression, 1 = fastest compression, 2 = optimal compression
See Also