C#
VB
C++
Gets or sets the option to optimize memory usage when sending data sets to a server This option works when DicomNetSecurityeMode is set to None
public bool OptimizedMemorySend { get; set; }
Public Property OptimizedMemorySend As Boolean
public:
property bool OptimizedMemorySend {
bool get();
void set ( bool value);
}
true when optimization is enabled, false for no optimization
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET