Keyoti RapidSpell Desktop .NET API Docs
Comment Property
APIKeyoti.RapidSpell.CompressionGZipStreamComment
Keyoti RapidSpell Desktop .NET
The comment on the GZIP stream.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public string Comment { get; set; }
public string Comment { get; set; }
Public Property Comment As String
	Get
	Set
Public Property Comment As String
	Get
	Set
public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}
public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}
member Comment : string with get, set
member Comment : string with get, set
Property Value
Remarks

The GZIP format allows for each file to optionally have an associated comment stored with the file. The comment is encoded with the ISO-8859-1 code page. To include a comment in a GZIP stream you create, set this property before calling Write() for the first time on the GZipStream.

When using GZipStream to decompress, you can retrieve this property after the first call to Read(). If no comment has been set in the GZIP bytestream, the Comment property will return null (Nothing in VB).

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412