Visual Basic (Declaration) | |
---|---|
Public Property Text2BitCoder As MrcTextCompression2BitCoder |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MrcTextCompression2BitCoder Text2BitCoder {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property MrcTextCompression2BitCoder get_Text2BitCoder(); public: __property void set_Text2BitCoder( MrcTextCompression2BitCoder value ); |
C++/CLI | |
---|---|
public: property MrcTextCompression2BitCoder Text2BitCoder { MrcTextCompression2BitCoder get(); void set (MrcTextCompression2BitCoder value); } |
Return Value
All possible values are found in MrcTextCompression2BitCoder.Refer to SaveImage example.
This property is valid only when saving in LEAD
Proprietary T44 format using the SaveImage
method. This property is used only if
MrcImageFormat.Mrc,
MrcImageFormat.MrcTif, or
MrcImageFormat.MrcPdf is set in the
format parameter of either SaveImage or SaveImageT44 methods.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family