The PictureCoder Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the value that indicates the background (picture) compression type.| Visual Basic (Declaration) | |
|---|---|
Public Property PictureCoder As MrcPictureCompression | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MrcCompressionOptions Dim value As MrcPictureCompression instance.PictureCoder = value value = instance.PictureCoder | |
| C# | |
|---|---|
public MrcPictureCompression PictureCoder {get; set;} | |
| C++/CLI | |
|---|---|
public: property MrcPictureCompression PictureCoder { MrcPictureCompression get(); void set ( MrcPictureCompression value); } | |
Property Value
All possible values are found in MrcPictureCompression.Refer to MrcSegmenter.SaveImage example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code