←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly