←Select platform

RasterImageBitsPerPixel Property

Summary

Bits per pixel to use for the output document when raster conversion is used.

Syntax
C#
VB
C++
public int RasterImageBitsPerPixel { get; set; } 
Public Property RasterImageBitsPerPixel() As Integer 
   Get 
   Set 
public:  
   property Int32 RasterImageBitsPerPixel 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

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

Remarks

This member mirrors DocumentConverterJobData.RasterImageBitsPerPixel. Refer to it for more information.

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly