VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / GetUniqueAndSafeFileId(String,Int32,EncoderBase) Method
Syntax Requirements SeeAlso
In This Topic
    GetUniqueAndSafeFileId(String,Int32,EncoderBase) Method (VintasoftAnnotationCollectionWebService)
    In This Topic
    Returns the unique and safe file identifier (file name).
    Syntax
    'Declaration
    
    Protected Overridable Function GetUniqueAndSafeFileId( _
    ByVal fileId
    The input file identifier.
    As String, _
    ByVal imageIndex
    A zero-based index of image in image file.
    As Integer, _
    ByVal encoder
    Encoder.
    As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
    ) As String
    protected virtual string GetUniqueAndSafeFileId(
    string fileId,
    int imageIndex,
    Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
    )
    protected: virtual string* GetUniqueAndSafeFileId(
    string* fileId,
    int imageIndex,
    Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
    )
    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.
    Requirements

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

    See Also