BinaryType Property

Summary
Gets or sets a value indicating how binary data will be exported.
Syntax
C#
C++/CLI
public SaveBinaryType BinaryType { get; set; } 
public: 
property SaveBinaryType BinaryType { 
   SaveBinaryType get(); 
   void set (    SaveBinaryType ); 
} 

Property Value

Value indicating how binary data will be exported.

Remarks

When calling SaveJson, this value indicates how binary data will be exported (InlineBinary or BulkDataUri). This value can be modified in the callback per element so that binary elements can be exported in a combination of InlineBinary and BulkDataUri in the same file..

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.