MaskCoder Property

Summary

Gets or sets the mask compression.

Syntax
C#
VB
C++
public MrcMaskCompression MaskCoder { get; set; } 
  
Public Property MaskCoder As MrcMaskCompression 
public: 
property MrcMaskCompression MaskCoder { 
   MrcMaskCompression get(); 
   void set (    MrcMaskCompression ); 
} 

Property Value

All possible values are found in MrcMaskCompression.

Example

Refer to MrcSegmenter.SaveImage example.

Requirements

Target Platforms

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

Leadtools.Mrc Assembly