←Select platform

BitsPerPixel Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute(Name="BitsPerPixel", IsRequired=true)] 
public int BitsPerPixel { get; set; } 
  
<DataMemberAttribute(Name="BitsPerPixel", IsRequired=True)> 
Public Property BitsPerPixel As Integer 
[DataMemberAttribute(Name="BitsPerPixel", IsRequired=true)] 
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.

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.Services.ImageProcessing.DataContracts Assembly