C#
VB
C++
Identifies the type of XML node that is about to be written to the XML output file.
public DicomXmlNodeType NodeType { get; set; }
Public Property NodeType As Leadtools.Dicom.Common.Extensions.DicomXmlNodeType
public:
property Leadtools.Dicom.Common.Extensions.DicomXmlNodeType NodeType {
Leadtools.Dicom.Common.Extensions.DicomXmlNodeType get();
void set ( Leadtools.Dicom.Common.Extensions.DicomXmlNodeType );
}
The type of XML node that is about to be written to the XML output file
This value cannot be changed.
For an example, refer to SaveXmlCallback.
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