LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DataSetImageCopy Property
See Also 
Leadtools.Dicom.AddIn.Common Namespace > ServerSettings Class : DataSetImageCopy Property



Gets or sets a value indicating whether to copy pixel data when doing a dataset copy.

Syntax

Visual Basic (Declaration) 
Public Property DataSetImageCopy As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ServerSettings
Dim value As Boolean
 
instance.DataSetImageCopy = value
 
value = instance.DataSetImageCopy
C# 
public bool DataSetImageCopy {get; set;}
C++/CLI 
public:
property bool DataSetImageCopy {
   bool get();
   void set (    bool value);
}

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 implemntors. 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features