DataSetImageCopy Property

Summary
Gets or sets a value indicating whether to copy pixel data when doing a dataset copy.
Syntax
C#
VB
C++
public bool DataSetImageCopy { get; set; } 
  
Public Property DataSetImageCopy As Boolean 
public: 
property bool DataSetImageCopy { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

if true copy the pixel data when doing a dataset copy; otherwise, false.

Remarks

Some of the methods that are part of the INotifyReceiveMessage and INotifySendMessage interfaces require a dataset. The server makes a copy of the dataset and passes it to the notification implementors. If you receive large images on your server copying the image data will have a negative impact on the performance of the server. This option should be false under normal conditions. Setting this option to false will copy all tags except pixel data.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.