[]
        
(Showing Draft Content)

CSJ2K.j2k.image.CompTransfSpec

CompTransfSpec Class

This class extends the ModuleSpec class in order to hold tile specifications for multiple component transformation

Inheritance
CompTransfSpec
Namespace: CSJ2K.j2k.image
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class CompTransfSpec : ModuleSpec

Constructors

Name Description
CompTransfSpec(int, int, byte)

Constructs an empty 'CompTransfSpec' with the specified number of tiles and components. This constructor is called by the decoder. Note: The number of component is here for symmetry purpose. It is useless since only tile specifications are meaningful.

Properties

Name Description
CompTransfUsed

Check if component transformation is used in any of the tiles. This method must not be used by the encoder.

See Also