DicomObjects.NET Core 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 Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomGlobal.MaximumPDUSize = value
     
    value = DicomGlobal.MaximumPDUSize
    public static int MaximumPDUSize {get; set;}
    public:
    static property int MaximumPDUSize {
       int get();
       void set (    int value);
    }
    Remarks

    This corresponds to the old "MaxPDU" registry setting.

    The default value is 65536 (64k)

    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