←Select platform

OptimizedMemorySend Property

Summary

Gets or sets the option to optimize memory usage when sending data sets to a server This option works when DicomNetSecurityMode is set to None

Syntax
C#
VB
C++
public bool OptimizedMemorySend { get; set; } 
Public Property OptimizedMemorySend As Boolean 
public: 
property bool OptimizedMemorySend { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true when optimization is enabled, false for no optimization

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly