LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

DestinationBitsPerPixel Property






Gets or sets the bits per pixel for the destination image. The allowed values are 8, 12, or 16. .NET support WinRT support Silverlight support
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;}
 get_DestinationBitsPerPixel();
set_DestinationBitsPerPixel(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ShiftDataCommand Class
ShiftDataCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.