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

Public Shared Sub ConvertToJpeg2000( _
ByVal sourceFilename
The source filename.
As System.String, _
ByVal outputFilename
The output JPEG2000 filename.
As System.String, _
ByVal encoderSettings
The encoder settings, which must be used by converter.
As Vintasoft.Imaging.Codecs.Encoders.Jpeg2000EncoderSettings _
)
public static void ConvertToJpeg2000(
System.String sourceFilename,
System.String outputFilename,
Vintasoft.Imaging.Codecs.Encoders.Jpeg2000EncoderSettings encoderSettings
)

Parameters

sourceFilename
The source filename.
outputFilename
The output JPEG2000 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