VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / DocumentConverter Class / ConvertToJbig2(String,String,Jbig2EncoderSettings) Method
Syntax Requirements SeeAlso
In This Topic
ConvertToJbig2(String,String,Jbig2EncoderSettings) Method (DocumentConverter)
In This Topic
Converts a document that is located in sourceFilename to the JBIG2 document.
Syntax
'Declaration

Public Shared Sub ConvertToJbig2( _
ByVal sourceFilename
The source filename.
As System.String, _
ByVal outputFilename
The output JBIG2 filename.
As System.String, _
ByVal encoderSettings
The encoder settings, which must be used by converter.
As Vintasoft.Imaging.Codecs.Encoders.Jbig2EncoderSettings _
)

Parameters

sourceFilename
The source filename.
outputFilename
The output JBIG2 filename.
encoderSettings
The encoder settings, which must be used by converter.
Requirements

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

See Also