Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace : SaveBinaryType Enumeration |
public enum SaveBinaryType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum SaveBinaryType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SaveBinaryType
public enum class SaveBinaryType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | The Element does not have a binary value representation. |
0x00000001 | InlineBinary | The Element has a binary value representation, and will be written as InlineBinary. |
0x00000002 | BulkDataUri | The Element has a binary value representation, and will be written as 'BulkData' with a URI attribute. |
0x00000004 | BulkDataUuid | The Element has a binary value representation, and will be written as 'BulkData' with a UUID attribute. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.SaveBinaryType