←Select platform

ElementDataType Enumeration

Summary

Describes the type of XML element data that is being processed. When calling LoadXml and passing a LoadXmlBeforeElementCallback delegate, the LoadXmlBeforeElementCallback is called for each element in the XML input file, and a LoadXmlBeforeElementData member is returned as part of the delegate. The ElementDataType enumeration is used in the Encoding member of LoadXmlBeforeElementData. For an example, refer to SaveXmlCallback.

Syntax

C#
VB
C++
public enum ElementDataType   
Public Enum ElementDataType  
    
    
public enum class ElementDataType   

Members

ValueMemberDescription
0None The Input XML file element has an unknown value.
1String The Input XML file element is a string value.
2Base64 The Input XML file element is a Base64 encoded value
4BinHex The Input XML file element is a BinHex encoded value
Example

For an example, refer to SaveXmlCallback.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize