Click or drag to resize

DeflaterHuffmanTree Constructor

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public Tree(
	DeflaterHuffman dh,
	int elems,
	int minCodes,
	int maxLength
)

Parameters

dh
Type: Stimulsoft.Report.ExportDeflaterHuffman

[Missing <param name="dh"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.Tree.#ctor(Stimulsoft.Report.Export.DeflaterHuffman,System.Int32,System.Int32,System.Int32)"]

elems
Type: SystemInt32

[Missing <param name="elems"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.Tree.#ctor(Stimulsoft.Report.Export.DeflaterHuffman,System.Int32,System.Int32,System.Int32)"]

minCodes
Type: SystemInt32

[Missing <param name="minCodes"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.Tree.#ctor(Stimulsoft.Report.Export.DeflaterHuffman,System.Int32,System.Int32,System.Int32)"]

maxLength
Type: SystemInt32

[Missing <param name="maxLength"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.Tree.#ctor(Stimulsoft.Report.Export.DeflaterHuffman,System.Int32,System.Int32,System.Int32)"]

See Also