ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / CodestreamManipulator Class / CodestreamManipulator Constructor
The name of the original outfile
The number of tiles in the image
Packets per tile-part. If zero, no division into tileparts is performed
Flag indicating that PPM marker is used
Flag indicating that PPT marker is used
Flag indicating whether SOP merker should be removed
Flag indicating whether EPH merker should be removed

In This Topic
    CodestreamManipulator Constructor
    In This Topic
    Instantiates a codestream manipulator..
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal outname As String, _
       ByVal nt As Integer, _
       ByVal pptp As Integer, _
       ByVal ppm As Boolean, _
       ByVal ppt As Boolean, _
       ByVal tempSop As Boolean, _
       ByVal tempEph As Boolean _
    )
    public CodestreamManipulator( 
       string outname,
       int nt,
       int pptp,
       bool ppm,
       bool ppt,
       bool tempSop,
       bool tempEph
    )

    Parameters

    outname
    The name of the original outfile
    nt
    The number of tiles in the image
    pptp
    Packets per tile-part. If zero, no division into tileparts is performed
    ppm
    Flag indicating that PPM marker is used
    ppt
    Flag indicating that PPT marker is used
    tempSop
    Flag indicating whether SOP merker should be removed
    tempEph
    Flag indicating whether EPH merker should be removed
    See Also