Class JHUFF_TBL
Huffman coding table.
Inheritance
System.Object
JHUFF_TBL
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BitMiracle.LibJpeg.Classic
Assembly: BitMiracle.LibJpeg.NET.dll
Syntax
public class JHUFF_TBL
Properties
| Improve this Doc View SourceSent_table
Gets or sets a value indicating whether the table has been output to file.
Declaration
public bool Sent_table { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It's initialized |
Remarks
This property is used only during compression. It's initialized
false
when the table is created, and set true
when it's been
output to the file. You could suppress output of a table by setting this to
true
. (See jpeg_suppress_tables for an example.)