←Select platform

BulkDataRasterImage Property

Summary

Gets or sets a value representing the Bulk Data Raster Image.

Syntax

C#
C++/CLI
public RasterImage BulkDataRasterImage { get; set; } 
public:  
   property RasterImage^ BulkDataRasterImage 
   { 
      RasterImage^ get() 
      void set(RasterImage^ value) 
   } 

Property Value

A value representing the Bulk Data Raster Image.

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

When setting the BulkData using (3) SetBulkData(RasterImage,int), the RasterImage is stored in the BulkDataRasterImage property.

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.