VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Data Namespace / StreamDataStorage Class / HttpStreamingStreamCacheSize Property
Syntax Requirements SeeAlso
In This Topic
    HttpStreamingStreamCacheSize Property (StreamDataStorage)
    In This Topic
    Gets the dictionary (file extension => cache size for HTTP streaming stream in bytes) that defines cache size for specified file types.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property HttpStreamingStreamCacheSize As System.Collections.Generic.Dictionary(Of String,Integer)
    
    
    public static System.Collections.Generic.Dictionary<string,int> HttpStreamingStreamCacheSize { get; }
    
    
    public: __property static System.Collections.Generic.Dictionary<string,int*>* get_HttpStreamingStreamCacheSize();
    
    
    

    Property Value

    By default storage uses 32Kb cache for PDF files and 1Mb cache for other files.
    Requirements

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

    See Also