'Declaration Public Overloads Sub Convert( _
ByVal outputFilenameThe output filename.As System.String, _
ByVal encoderThe encoder that should encode the image collection.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase, _
ByVal isMultipageOutputA value indicating whether encoder must create multipage file.As Boolean _
)
public void Convert(
System.String outputFilename,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder,
bool isMultipageOutput
)
public: void Convert(
System.String outputFilename,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase* encoder,
bool isMultipageOutput
)
public:
void Convert(
System.String outputFilename,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase^ encoder,
bool isMultipageOutput
)
Parameters
- outputFilename
- The output filename.
- encoder
- The encoder that should encode the image collection.
- isMultipageOutput
- A value indicating whether encoder must create multipage file.