VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / VintasoftImageProcessingDocCleanupWebService Class / GetUniqueAndSafeFileId(String,Int32,EncoderBase) Method
Syntax Requirements SeeAlso
    GetUniqueAndSafeFileId(String,Int32,EncoderBase) Method (VintasoftImageProcessingDocCleanupWebService)
    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
     

    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: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also