←Select platform

BitsPerPixel Property

Summary

Gets or sets the number of bits per pixel for the conversion.

Syntax
C#
VB
Objective-C
C++
Java
public int BitsPerPixel { get; set; } 
Public Property BitsPerPixel As Integer 
@property (nonatomic, assign) NSInteger bitsPerPixel 
public int getBitsPerPixel() 
public void setBitsPerPixel(int value) 
public: 
property int BitsPerPixel { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of bits per pixel for the conversion. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 48 and 64.

Example

For an example, refer to ColorResolutionCommand

Requirements

Target Platforms

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

Leadtools Assembly