←Select platform

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 Leadtools.Mrc.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly