VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / TemporaryStreamManager Class / MemoryStreamThreshold Property
Syntax Requirements SeeAlso
In This Topic
    MemoryStreamThreshold Property (TemporaryStreamManager)
    In This Topic
    Gets or sets a threshold, in bytes, that is used to select the stream type.
    Syntax
    'Declaration
    
    Public Property MemoryStreamThreshold As Long
    
    
    public long MemoryStreamThreshold { get; set; }
    
    
    public: __property long get_MemoryStreamThreshold();
    public: __property void set_MemoryStreamThreshold(
    long value
    );
    public:
    property long MemoryStreamThreshold { long get(); void set(long value); }

    Property Value

    Default value is 32Mb (32*1024*1024).
    Requirements

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

    See Also