BinaryType Property

Summary
Gets or sets a value indicating how binary data will be exported.
Syntax
C#
VB
C++
public SaveBinaryType BinaryType { get; set; } 
Public Property BinaryType As SaveBinaryType 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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