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