Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobData Structure : RasterImageBitsPerPixel Property |
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)
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.
For an example, refer to RunJob and RunJobAsync.