VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jbig2Encoder Class / Jbig2Encoder Constructors / Jbig2Encoder Constructor(Stream,Jbig2EncoderSettings)
Syntax Remarks Requirements SeeAlso
In This Topic
    Jbig2Encoder Constructor(Stream,Jbig2EncoderSettings)
    In This Topic
    Initializes a new instance of the Jbig2Encoder class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal jbig2Globals
    Stream of the Jbig2 file globals data.
    As System.IO.Stream, _
    ByVal encoderSettings
    Initial encoder settings.
    As Jbig2EncoderSettings _
    )

    Parameters

    jbig2Globals
    Stream of the Jbig2 file globals data.
    encoderSettings
    Initial encoder settings.
    Remarks

    This constructor initializes parameters with the following values:

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also