| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property SamplesPerPixel As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int SamplesPerPixel {get;} | |
Return Value
Value that indicates the number of samples (or planes) in the image.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code