←Select platform

DestinationBitsPerPixel Property

Summary

Gets or sets the bits per pixel for the destination image. The allowed values are 8, 12, or 16.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int DestinationBitsPerPixel {get; set;}
Public Property DestinationBitsPerPixel As Integer
public int DestinationBitsPerPixel {get; set;}
@property (nonatomic, assign) NSUInteger destinationBitsPerPixel
public int getDestinationBitsPerPixel() 
public void setDestinationBitsPerPixel(int value) 
get_DestinationBitsPerPixel(); 
set_DestinationBitsPerPixel(value); 
Object.defineProperty('DestinationBitsPerPixel'); 
public: 
property int DestinationBitsPerPixel { 
   int get(); 
   void set (    int ); 
} 

Property Value

Bits per pixel for the destination image. The allowed values are 8, 12, or 16.

Example

Refer to ShiftDataCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize