LEADTOOLS Image File Support (Leadtools.Codecs assembly)

BitsPerPixel Property (CodecsVectorLoadOptions)

Show in webframe







Gets or sets the target bits per pixel for the resulting raster image when rasterizing vector image files.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As CodecsVectorLoadOptions
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}

            

            
 
get_BitsPerPixel();
set_BitsPerPixel(value);
Object.defineProperty('BitsPerPixel');
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The target bits per pixel for the resulting raster image when rasterizing vector image files.
Remarks

A vector image file format usually does not have a physical size. The user can specify a viewport (physical size up to which the drawing can be rendered) ViewWidth and ViewHeight. How the drawing is to be rendered inside this viewport depends on the current viewport mode set with ViewMode. Default viewport size is 640x480 pixels.

Example
For an example, refer to CodecsVectorLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsVectorLoadOptions Class
CodecsVectorLoadOptions Members

 

 


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