This class represents the lzw parameters. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 8, page 27.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 8, page 40.

The LZW decode parameters dictionary configures the LZWDecode filter. LZW compression is a dictionary-based algorithm that replaces repeated byte sequences with shorter codes.

The EarlyChange entry controls when the encoder switches to the next code length. A value of 1 means the switch occurs one code earlier than the standard LZW algorithm. A value of 0 follows the standard. The decoder must match the encoder's setting.

LZWDecode supports the same Predictor, Colors, BitsPerComponent, and Columns entries as FlateDecode, with the same semantics. PDF 2.0 deprecates LZWDecode for new content in favour of FlateDecode.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.ParameterElement
          WebSupergoo.ABCpdf14.Elements.LzwParametersElement

 

   
   
Method
Description
LzwParametersElement Create a new LzwParametersElement.
inherited methods...

 

   
   
Property
Description
EntryPredictor Represents the "Predictor" entry of the lzw parameters object.
EntryColors Represents the "Colors" entry of the lzw parameters object.
EntryBitsPerComponent Represents the "BitsPerComponent" entry of the lzw parameters object.
EntryColumns Represents the "Columns" entry of the lzw parameters object.
EntryEarlyChange Represents the "EarlyChange" entry of the lzw parameters object.
inherited properties...