'Declaration Public Overloads Shared Sub Convert( _
ByVal sourceFilenameThe source filename.As System.String, _
ByVal outputFilenameThe output filename.As System.String, _
ByVal encoderThe encoder that should be used for file conversion.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase, _
ByVal isMultipageOutputA value indicating whether encoder must be create multipage file.As Boolean _
)
public static void Convert(
System.String sourceFilename,
System.String outputFilename,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder,
bool isMultipageOutput
)
public: static void Convert(
System.String sourceFilename,
System.String outputFilename,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase* encoder,
bool isMultipageOutput
)
public:
static void Convert(
System.String sourceFilename,
System.String outputFilename,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase^ encoder,
bool isMultipageOutput
)
Parameters
- sourceFilename
- The source filename.
- outputFilename
- The output filename.
- encoder
- The encoder that should be used for file conversion.
- isMultipageOutput
- A value indicating whether encoder must be create multipage file.