C#
VB
C++
Identifies how to export the binary data element. This value is used in the SaveXmlData and SaveJsonData objects.
public enum SaveBinaryType
Public Enum SaveBinaryType
public enum class SaveBinaryType
Members
Value | Member | Description |
---|---|---|
0 | None | The Element does not have a binary value representation. |
1 | InlineBinary | The Element has a binary value representation, and will be written as InlineBinary. |
2 | BulkDataUri | The Element has a binary value representation, and will be written as 'BulkData' with a URI attribute. |
4 | BulkDataUuid | The Element has a binary value representation, and will be written as 'BulkData' with a UUID attribute. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET