Gets the physical
Leadtools.Dicom.DicomDataSet path for the retrieved image.
public string InstanceDataSetPath {get; set;}
'Declaration
Public Property InstanceDataSetPath As String
'Usage
Dim instance As InstanceReceivedEventArgs
Dim value As String
instance.InstanceDataSetPath = value
value = instance.InstanceDataSetPath
public:
property String^ InstanceDataSetPath {
String^ get();
void set ( String^ value);
}
Property Value
The physical
Leadtools.Dicom.DicomDataSet path for the retrieved image.