SaveBinaryType Enumeration

Summary
Identifies how to export the binary data element. This value is used in the SaveXmlData and SaveJsonData objects.
Syntax
C#
C++/CLI
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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.