←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly