VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Data Namespace / CompressedImageStorageOnDisk Class / GetFilePath(String,VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetFilePath(String,VintasoftImage) Method (CompressedImageStorageOnDisk)
    In This Topic
    Returns the file path for specified item.
    Syntax
    'Declaration
    
    Protected Overridable Function GetFilePath( _
    ByVal key
    The item identifier.
    As System.String, _
    ByVal item
    The item data.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.String
    protected virtual System.String GetFilePath(
    System.String key,
    Vintasoft.Imaging.VintasoftImage item
    )
    protected: virtual System.String GetFilePath(
    System.String key,
    Vintasoft.Imaging.VintasoftImage* item
    )
    protected:
    virtual System.String GetFilePath(
    System.String key,
    Vintasoft.Imaging.VintasoftImage^ item
    )

    Parameters

    key
    The item identifier.
    item
    The item data.

    Return Value

    The file path to the image.
    Requirements

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

    See Also