VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Data Namespace / StreamDataStorage Class / HttpStreamingStreamCacheSize Property
Синтаксис Требования Смотрите также
В этом разделе
HttpStreamingStreamCacheSize Свойство (StreamDataStorage)
В этом разделе
Gets the dictionary (file extension => cache size for HTTP streaming stream in bytes) that defines cache size for specified file types.
Синтаксис
'Declaration

Public Shared ReadOnly Property HttpStreamingStreamCacheSize As System.Collections.Generic.Dictionary(Of String,Integer)

public static System.Collections.Generic.Dictionary<string,int> HttpStreamingStreamCacheSize { get; }

Property Value

By default storage uses 32Kb cache for PDF files and 1Mb cache for other files.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также