The following tables list the members exposed by SaveXmlData.
            
            
            
            
            
            
            
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | Attributes | Contains a dictionary of string pairs that correspond to each attribute that is about to be written to the output xml file. | 
|  | Comment | If the NodeType is DicomXmlNodeType.Comment, then this contains the comment that is about to be written. | 
|  | ElementName | Identifies the name of the xml element that is about to be written. | 
|  | ElementValue | Identifies the value of the xml element that is about to be written. | 
|  | HasChildElements | Gets a value indicating whether this element has children. | 
|  | NodeType | Identifies the type of the xml node that is about to be written to the xml output file. | 
TopPublic Methods
|  | Name | Description | 
|---|
|  | Reset | Resets all members of the class to default values, and empties the attributes dictionary. | 
TopSee Also
Reference
SaveXmlData Class
Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
SaveXmlCallback Delegate
LoadXmlBeforeElementCallback Delegate
LoadXmlAfterElementCallback Delegate