C#
VB
Java
WinRT C#
C++
Gets or sets the number of samples (or planes) in the image.
public int SamplesPerPixel { get; set; }
Public Property SamplesPerPixel As Integer
public int SamplesPerPixel {get; set;}
public int getSamplesPerPixel()
public void setSamplesPerPixel(int value)
<br/>get_SamplesPerPixel();<br/>set_SamplesPerPixel(value);<br/>Object.defineProperty('SamplesPerPixel');
public:
property int SamplesPerPixel {
int get();
void set ( int value);
}
Value that indicates the number of samples (or planes) in the image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET