| Visual Basic (Declaration) | |
|---|---|
Public Property BitsPerPixel As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterSaveDialog Dim value As Integer instance.BitsPerPixel = value value = instance.BitsPerPixel | |
| C# | |
|---|---|
public int BitsPerPixel {get; set;} | |
Property Value
The bits per pixel.Refer to RasterSaveDialog example.
This is the value that should be passed for the bitsPerPixel parameter when calling the Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.Uri,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32) method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code