Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ElementDataType Enumeration
See Also  
Leadtools.Dicom.Common.Extensions Namespace : ElementDataType Enumeration



Describes the type of the xml element data that is being processed.

Syntax

Visual Basic (Declaration) 
Public Enum ElementDataType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ElementDataType
C# 
public enum ElementDataType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ElementDataType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Base64Input xml file element has Base64 encoded value
BinHexInput xml file element has BinHex encoded value
NoneInput xml file element has unknown value
StringInput xml file element has a string value

Example

For an example, refer to SaveXmlCallback.

Remarks

When calling DicomExtensions.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 enum is used in the LoadXmlBeforeElementData.Encoding member of LoadXmlBeforeElementData.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Common.Extensions.ElementDataType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features