Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

ElementDataType Enumeration






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
'Declaration
 
Public Enum ElementDataType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ElementDataType
public enum class ElementDataType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None The Input XML file element has an unknown value.
0x00000001String The Input XML file element is a string value.
0x00000002Base64 The Input XML file element is a Base64 encoded value
0x00000004BinHex The Input XML file element is a BinHex encoded value
Example
For an example, refer to SaveXmlCallback.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

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

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features