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

In This Topic
    MaximumPDUSize Property
    In This Topic
    The Maximum PDU size accepted and used by DicomObjects
    Syntax
    'Declaration
     
    
    Public Shared Property MaximumPDUSize As System.Integer
    public static System.int MaximumPDUSize {get; set;}
    Remarks

    This corresponds to the old "MaxPDU" registry setting.

    The default value is 65536 (64k)

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also