Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

RasterImageBitsPerPixel Property






Bits per pixel to use for the output document when raster conversion is used.
Syntax
public int RasterImageBitsPerPixel {get; set;}
'Declaration
 
Public Property RasterImageBitsPerPixel As Integer
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As Integer
 
instance.RasterImageBitsPerPixel = value
 
value = instance.RasterImageBitsPerPixel
public int getRasterImageBitsPerPixel()
public void setRasterImageBitsPerPixel(int value)
            
public:
property int RasterImageBitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The bits per pixel to use for the output document when raster conversion is used. Default value is 0.
Remarks

RasterImageBitsPerPixel is only used when the job uses raster conversion (the value of RasterImageFormat is not RasterImageFormat.Unknown).

This value is passed as the bitsPerPixel parameter to the RasterCodecs.Save method used during raster conversion. The default value of 0 means use the best bits per pixel from the input document and the values supported by the output document.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

See Also

Reference

DocumentConverterJobData Structure
DocumentConverterJobData Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features