BulkDataUri Property

Summary
Gets or sets the bulk data URI that is about to be written.
Syntax
C#
VB
C++
public string BulkDataUri { get; set; } 
Public Property BulkDataUri As String 
public: 
property String^ BulkDataUri { 
   String^ get(); 
   void set (    String^ ); 
} 

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

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.