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
    'Usage
     
    
    Dim value As System.Long
     
    DicomGlobal.BufferSize = value
     
    value = DicomGlobal.BufferSize
    public static System.long BufferSize {get; set;}
    public read-write property BufferSize: System.Int64; static; 
    public static function get,set BufferSize : System.long
    public: __property static System.long get_BufferSize();
    public: __property static void set_BufferSize( 
       System.long value
    );
    public:
    static property System.int64 BufferSize {
       System.int64 get();
       void set (    System.int64 value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also