SaveBinaryType Enumeration (original) (raw)

Summary

Identifies how to export the binary data element. This value is used in the SaveXmlData and SaveJsonData objects.

Syntax

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.

Leadtools.Dicom.Common Assembly