[]
        
(Showing Draft Content)

CSJ2K.j2k.StringSpec

StringSpec Class

This class extends ModuleSpec class in order to hold tile-component specifications using Strings.

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

Constructors

Name Description
StringSpec(int, int, byte)

Constructs an empty 'StringSpec' with specified number of tile and components. This constructor is called by the decoder.

StringSpec(int, int, byte, string, string[], ParameterList)

See Also