LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)
LEAD Technologies, Inc

DataSetImageCopy Property






Gets or sets a value indicating whether to copy pixel data when doing a dataset copy.
Syntax
public bool DataSetImageCopy {get; set;}
'Declaration
 
Public Property DataSetImageCopy As Boolean
'Usage
 
Dim instance As ServerSettings
Dim value As Boolean
 
instance.DataSetImageCopy = value
 
value = instance.DataSetImageCopy
public bool DataSetImageCopy {get; set;}
 get_DataSetImageCopy();
set_DataSetImageCopy(value);
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: 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

Reference

ServerSettings Class
ServerSettings Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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