DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomGlobal Class / FileReadBufferSize Property



In This Topic
    FileReadBufferSize Property
    In This Topic
    defaults to 64 KB, anyone who wants to tune it (or restore 4 KB) can set the FileReadBufferSize reg value
    Syntax
    'Declaration
     
    
    Public Shared Property FileReadBufferSize As Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomGlobal.FileReadBufferSize = value
     
    value = DicomGlobal.FileReadBufferSize
    public static int FileReadBufferSize {get; set;}
    public:
    static property int FileReadBufferSize {
       int get();
       void set (    int value);
    }
    Remarks

    A new FileReadBufferSize object is created for each file operation or association. If this property is non-null, then the new object is a clone of this property, but if this property is null, then a new FileReadBufferSize object is created which will, when created, reflect the values of

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also