LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly)

BitsPerPixel Property (SaveImageActivity)

Show in webframe





Gets or sets a value indicating the resulting file's pixel depth.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As SaveImageActivity
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel

            

            
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The resulting file's pixel depth.
Remarks
If this property is 0 , the image will be stored using the closest bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and Leadtools.RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if Leadtools.RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.
Requirements

Target Platforms

See Also

Reference

SaveImageActivity Class
SaveImageActivity Members

 

 


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

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features