SaveBinaryType Enumeration

Summary

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

Syntax
C#
VB
C++
public enum SaveBinaryType   
Public Enum SaveBinaryType  
public enum class SaveBinaryType   

Members
ValueMemberDescription
0None The Element does not have a binary value representation.
1InlineBinary The Element has a binary value representation, and will be written as InlineBinary.
2BulkDataUri The Element has a binary value representation, and will be written as 'BulkData' with a URI attribute.
4BulkDataUuid The Element has a binary value representation, and will be written as 'BulkData' with a UUID attribute.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly