DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / BufferSize Property






    BufferSize Property
    User controlled internal buffer size if attribute data is a large array. This will define the array size for the list of arrays needed to handle the attribute value.

    Used to avoid .NET's array dimension limit for very large data

    Syntax
    'Declaration
     
    
    Public Shared Property BufferSize As System.Long
     
    'Usage
     
    
    Dim value As System.Long
     
    DicomGlobal.BufferSize = value
     
    value = DicomGlobal.BufferSize
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also