←Select platform

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 Leadtools.Mrc.MrcPictureCompression 
public: 
property Leadtools.Mrc.MrcPictureCompression PictureCoder { 
   Leadtools.Mrc.MrcPictureCompression get(); 
   void set (    Leadtools.Mrc.MrcPictureCompression ); 
} 

Property Value

All possible values are found in MrcPictureCompression.

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