Gets or sets a value indicating whether to copy pixel data when doing a dataset copy.
public bool DataSetImageCopy { get; set; }
Public Property DataSetImageCopy As Boolean
if true
copy the pixel data when doing a dataset copy; otherwise, false
.
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.
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