C#
Objective-C
C++/CLI
Java
public int SamplesPerPixel { get; set; }
@property (nonatomic, assign) NSUInteger samplesPerPixel;
public int getSamplesPerPixel()
public void setSamplesPerPixel(int value)
public:
property int SamplesPerPixel {
int get();
void set ( int value);
}
Value that indicates the number of samples (or planes) in the image.