LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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;}
C++/CLI 
public:
property CodecsPlanarConfiguration PlanarConfiguration {
   CodecsPlanarConfiguration get();
   void set (    CodecsPlanarConfiguration value);
}

Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also