VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / RenderThumbnailRequestParams Class / useCache Property
Syntax Requirements SeeAlso
In This Topic
    useCache Property (RenderThumbnailRequestParams)
    In This Topic
    Gets or sets a value indicating whether rendered thumbnail must be saved in cache on server.
    Syntax
    'Declaration
    
    Public Property useCache As Boolean
    
    
    public bool useCache { get; set; }
    
    
    public: __property bool get_useCache();
    public: __property void set_useCache(
    bool value
    );
    public:
    property bool useCache { bool get(); void set(bool value); }

    Property Value

    True - rendered thumbnail must be saved in cache on server; false - rendered thumbnail must NOT be saved in cache on server.
    Default value is true.
    Requirements

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

    See Also