Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
PlanarConfiguration Property
See Also 
Leadtools.Codecs Namespace > CodecsStartDecompressOptions Structure : PlanarConfiguration Property




Gets or sets a value indicating the desired planar configuration for the save process.

Syntax

Visual Basic (Declaration) 
Public Property PlanarConfiguration As CodecsPlanarConfiguration
Visual Basic (Usage)Copy Code
Dim instance As CodecsStartDecompressOptions
Dim value As CodecsPlanarConfiguration
 
instance.PlanarConfiguration = value
 
value = instance.PlanarConfiguration
C# 
public CodecsPlanarConfiguration PlanarConfiguration {get; set;}
Managed Extensions for C++ 
public: __property CodecsPlanarConfiguration get_PlanarConfiguration();
public: __property void set_PlanarConfiguration( 
   CodecsPlanarConfiguration value
);
C++/CLI 
public:
property CodecsPlanarConfiguration PlanarConfiguration {
   CodecsPlanarConfiguration get();
   void set (CodecsPlanarConfiguration value);
}

Return Value

The desired planar configuration for the save process.

Example

For an example, refer to RasterCodecs.StartDecompress.

Remarks

This value is used only if Format is RasterImageFormat.RawPackBits.

Requirements

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

See Also