LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

PlanarConfiguration Property

Show in webframe



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

Property Value

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

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.