'Declaration Public Overloads Function GetConvertedFileId( _
ByVal sourceFileIdA source file identifier.As String, _
ByVal pageIndexA zero-based image index in source image file.As Integer, _
ByVal encoderAn encoder, which must be used for encoding the source image file.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
) As String
public string GetConvertedFileId(
string sourceFileId,
int pageIndex,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
Parameters
- sourceFileId
- A source file identifier.
- pageIndex
- A zero-based image index in source image file.
- encoder
- An encoder, which must be used for encoding the source image file.
Return Value
A file id for converted file.