←Select platform

SamplesPerPixel Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
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); 
} 

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly