DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class / BulkDataThreshold Property



In This Topic
    BulkDataThreshold Property
    In This Topic
    Number of bytes for DicomAttribute raw data to be treated as bulk data
    Syntax
    'Declaration
     
    
    Public Property BulkDataThreshold As Integer
    'Usage
     
    
    Dim instance As DicomWebServer
    Dim value As Integer
     
    instance.BulkDataThreshold = value
     
    value = instance.BulkDataThreshold
    public int BulkDataThreshold {get; set;}
    public:
    property int BulkDataThreshold {
       int get();
       void set (    int value);
    }
    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