←Select platform

SamplesPerPixel Property

Summary

Gets or sets the number of samples (or planes) in the image.

Syntax
C#
VB
C++
Java
public int SamplesPerPixel { get; set; } 
Public Property SamplesPerPixel As Integer 
public int getSamplesPerPixel() 
public void setSamplesPerPixel(int value) 
public: 
property int SamplesPerPixel { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates the number of samples (or planes) in the image.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly