BulkDataRasterImage Property (original) (raw)
Summary
Gets or sets a value representing the Bulk Data Raster Image.
Syntax
Property Value
A value representing the Bulk Data Raster Image.
Remarks
There are four ways to modify the BulkData:
- Setting the BulkData property
- Calling [SetBulkData(byte[])] with a byte array
- Calling SetBulkData(RasterImage,int) with a RasterImage and a quality factor
- Calling SetBulkData(Stream) with Stream
When setting the BulkData using (3) SetBulkData(RasterImage,int), the RasterImage is stored in the BulkDataRasterImage property.
Requirements
See Also
Leadtools.Dicom.Common.Extensions Namespace
[SetBulkData(byte[])]:../dco/Extensions-LoadBeforeElementData-SetBulkData(byte[]).md
Leadtools.Dicom.Common Assembly