public int SamplesPerPixel {get; set;}
'Declaration
Public Property SamplesPerPixel As Integer
'Usage
Dim instance As DicomImageInformation
Dim value As Integer
instance.SamplesPerPixel = value
value = instance.SamplesPerPixel
public int SamplesPerPixel {get; set;}
public int getSamplesPerPixel()
public void setSamplesPerPixel(int value)
get_SamplesPerPixel();
set_SamplesPerPixel(value);
Object.defineProperty('SamplesPerPixel');
public:
property int SamplesPerPixel {
int get();
void set ( int value);
}
Property Value
Value that indicates the number of samples (or planes) in the image.