'Declaration Public Function New( _
ByVal jbig2GlobalsStream of the Jbig2 file globals data.As System.IO.Stream, _
ByVal encoderSettingsInitial encoder settings.As Jbig2EncoderSettings _
)
public Jbig2Encoder(
System.IO.Stream jbig2Globals,
Jbig2EncoderSettings encoderSettings
)
public: Jbig2Encoder(
System.IO.Stream* jbig2Globals,
Jbig2EncoderSettings* encoderSettings
)
public:
Jbig2Encoder(
System.IO.Stream^ jbig2Globals,
Jbig2EncoderSettings^ encoderSettings
)
Parameters
- jbig2Globals
- Stream of the Jbig2 file globals data.
- encoderSettings
- Initial encoder settings.