DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / MaximumPDUSize Property



    MaximumPDUSize Property
    The Maximum PDU size accepted and used by DicomObjects
    Syntax
    'Declaration
     
    Public Shared Property MaximumPDUSize As Integer
     
    'Usage
     
    Dim value As Integer
     
    DicomGlobal.MaximumPDUSize = value
     
    value = DicomGlobal.MaximumPDUSize
    Remarks

    This corresponds to the old "MaxPDU" registry setting.

    The default value is 65536 (64k)

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also