NodeType Property

Summary
Identifies the type of XML node that is about to be written to the XML output file.
Syntax
C#
VB
C++
public DicomXmlNodeType NodeType { get; set; } 
Public Property NodeType As DicomXmlNodeType 
public: 
property DicomXmlNodeType NodeType { 
   DicomXmlNodeType get(); 
   void set (    DicomXmlNodeType ); 
} 

Property Value

The type of XML node that is about to be written to the XML output file

Remarks

This value cannot be changed.

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.