DicomXmlNodeType Enumeration

Summary
Identifies the type of XML node that is about to be written to the XML output file. These values are used in the SaveXmlData object. For an example, refer to SaveXmlCallback.
Syntax
C#
VB
C++
public enum DicomXmlNodeType   
Public Enum DicomXmlNodeType  
public enum class DicomXmlNodeType   
Members
ValueMemberDescription
0None The XML node is an unknown type.
1Element The XML node is an XML element.
2Comment The XML node is an XML comment.
Example

For an example, refer to SaveXmlCallback.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.