PictureCoder Property

Summary

Gets or sets the value that indicates the background (picture) compression type.

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

Property Value

All possible values are found in MrcPictureCompression.

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