Grayscale2BitCoder Property

Summary
Gets or sets a value that indicates the background (grayscale 2 bit) compression type.
Syntax
C#
VB
C++
public MrcGrayscaleCompression2BitCoder Grayscale2BitCoder { get; set; } 
  
Public Property Grayscale2BitCoder As MrcGrayscaleCompression2BitCoder 
public: 
property MrcGrayscaleCompression2BitCoder Grayscale2BitCoder { 
   MrcGrayscaleCompression2BitCoder get(); 
   void set (    MrcGrayscaleCompression2BitCoder ); 
} 

Property Value

All possible values are found in MrcGrayscaleCompression2BitCoder.

Remarks

This property is valid only when saving in LEAD Proprietary T44 format using the MrcSegmenter.SaveImage method. When using the MrcSegmenter.SaveImageT44 method, all 2-bit grayscale segments are treated as picture segments. This property is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of either MrcSegmenter.SaveImage or MrcSegmenter.SaveImageT44 methods.

Example

Refer to MrcSegmenter.SaveImage example.

Requirements

Target Platforms

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

Leadtools.Mrc Assembly

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