VintaSoft Imaging .NET SDK 14.0: 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 _
    )
    public: static void ConvertToJbig2(
    System.String sourceFilename,
    System.String outputFilename,
    Vintasoft.Imaging.Codecs.Encoders.Jbig2EncoderSettings* encoderSettings
    )

    Parameters

    sourceFilename
    The source filename.
    outputFilename
    The output JBIG2 filename.
    encoderSettings
    The encoder settings, which must be used by converter.
    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