Click or drag to resize

ICompressingWriterCompressionLevel Property

Gets/Sets the Compression Level that the Writer is using.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
int CompressionLevel { get; set; }

Property Value

Type: Int32
Remarks
Compression Level is an arbitrary figure that the Writer can interpret as it wants, implementations of this interface should state in the XML Comments for this property what the different values mean. The Standard Compression levels provided by the WriterCompressionLevel enumeration are intended as guides and Writers may interpret these as they desire.
See Also