Gets or sets a value indicating how binary data will be exported.
public SaveBinaryType BinaryType { get; set; }
Public Property BinaryType As Leadtools.Dicom.Common.Extensions.SaveBinaryType
public:
property Leadtools.Dicom.Common.Extensions.SaveBinaryType BinaryType {
Leadtools.Dicom.Common.Extensions.SaveBinaryType get();
void set ( Leadtools.Dicom.Common.Extensions.SaveBinaryType );
}
Value indicating how binary data will be exported.
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..
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET