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

In This Topic
    BufferSize Property
    In This Topic
    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
    public static System.long BufferSize {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also