←Select platform

BulkDataQualityFactor Property

Summary

Gets or sets a value indicating the quality factor (2..255) of the BulkData.

Syntax

C#
C++/CLI
public int BulkDataQualityFactor { get; set; } 
public:  
   property Int32 BulkDataQualityFactor 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

A value indicating the quality factor (2..255) of 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

When setting the BulkData using (3) SetBulkData(RasterImage,int), a quality factor is specified from 2 to 255 where 2 is the highest quality, and 255 is the lowest quality.

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.