Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

PlanarConfiguration Property






Gets or sets the planar configuration
Syntax
public int PlanarConfiguration {get; set;}
'Declaration
 
Public Property PlanarConfiguration As Integer
'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
instance.PlanarConfiguration = value
 
value = instance.PlanarConfiguration

            

            
public:
property int PlanarConfiguration {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the planar configuration. Color-by-plane or color-by-pixel.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

Error processing SSI file