Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

BulkDataUri Property (SaveJsonData)






Gets or sets the bulk data URI that is about to be written.
Syntax
public string BulkDataUri {get; set;}
'Declaration
 
Public Property BulkDataUri As String
'Usage
 
Dim instance As SaveJsonData
Dim value As String
 
instance.BulkDataUri = value
 
value = instance.BulkDataUri
public:
property String^ BulkDataUri {
   String^ get();
   void set (    String^ value);
}

Property Value

The bulk data URI that is about to be written.
Remarks
If BulkDataUri is passed to SaveJson, A dummy URI is generated for each binary data element that is about to be written, and is returned in BulkDataUri. This can be changed to a custom URI by setting the BulkDataUri to the desired URI.
Example
For an example, refer to SaveJsonCallback.
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