←Select platform

SetBulkData(Stream) Method

Summary

Sets the BulkData using a Stream

Syntax

C#
C++/CLI
public void SetBulkData( 
   Stream stream 
) 
public:  
   void SetBulkData( 
      Stream^ stream 
   ) 

Parameters

stream

A Stream representing the BulkData.

Remarks

There are four ways to modify the BulkData:

  1. Setting the BulkData property
  2. Calling [SetBulkData(byte[])] with a byte array
  3. Calling SetBulkData(RasterImage,int) with a RasterImage and a quality factor
  4. Calling SetBulkData(Stream) with Stream

Requirements

Target Platforms

See Also

LoadBeforeElementData Class

LoadBeforeElementData Members

Leadtools.Dicom.Common.Extensions Namespace

[SetBulkData(byte[])]:../dco/Extensions-LoadBeforeElementData-SetBulkData(byte[]).md

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.