'Declaration Protected Overridable Function GetUniqueAndSafeFileId( _
ByVal fileIdThe input file identifier.As String, _
ByVal imageIndexA zero-based index of image in image file.As Integer, _
ByVal encoderEncoder.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
) As String
protected virtual string GetUniqueAndSafeFileId(
string fileId,
int imageIndex,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
Parameters
- fileId
- The input file identifier.
- imageIndex
- A zero-based index of image in image file.
- encoder
- Encoder.
Return Value
The unique and safe file name.