Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

BinaryType Property (SaveJsonData)






Gets or sets a value indicating how binary data will be exported.
Syntax
public SaveBinaryType BinaryType {get; set;}
'Declaration
 
Public Property BinaryType As SaveBinaryType
'Usage
 
Dim instance As SaveJsonData
Dim value As SaveBinaryType
 
instance.BinaryType = value
 
value = instance.BinaryType
public:
property SaveBinaryType BinaryType {
   SaveBinaryType get();
   void set (    SaveBinaryType value);
}

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

See Also

Reference

SaveJsonData Class
SaveJsonData Members

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features