VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / VintasoftImageProcessingDocCleanupWebService Class / GetUniqueAndSafeFileId(String,Int32,EncoderBase) Method
Syntax Requirements SeeAlso
In This Topic
GetUniqueAndSafeFileId(String,Int32,EncoderBase) Method (VintasoftImageProcessingDocCleanupWebService)
In This Topic
Returns the unique and safe file identifier (file name).
Syntax
'Declaration

Protected Function GetUniqueAndSafeFileId( _
ByVal fileId
The input file name.
As String, _
ByVal pageIndex
Zero-based index of image in image file.
As Integer, _
ByVal encoder
Encoder.
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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also