LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

DestinationBitsPerPixel Property

Show in webframe







Gets or sets the bits per pixel for the destination image. The allowed values are 8, 12, or 16.
Syntax
public int DestinationBitsPerPixel {get; set;}
'Declaration
 
Public Property DestinationBitsPerPixel As Integer
'Usage
 
Dim instance As ShiftDataCommand
Dim value As Integer
 
instance.DestinationBitsPerPixel = value
 
value = instance.DestinationBitsPerPixel
public int DestinationBitsPerPixel {get; set;}
@property (nonatomic, assign) unsigned int 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 value);
}

Property Value

Bits per pixel for the destination image. The allowed values are 8, 12, or 16.
Example
Refer to ShiftDataCommand.
Requirements

Target Platforms

See Also

Reference

ShiftDataCommand Class
ShiftDataCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.