Output format to use for raster conversion.
The output format to use for raster conversion.
Jobs can be converted using document or raster formats for the output. To convert to a document format (using DocumentWriter), set DocumentFormat to the desired DocumentFormat value and set RasterImageFormat to RasterImageFormat.Unknown.
To convert to a raster format (using RasterCodecs), set RasterImageFormat to the desired RasterImageFormat value and set DocumentFormat to DocumentFormat.User.
Therefore, one of DocumentFormat and RasterImageFormat is used during the conversion, otherwise, an exception will be thrown.
Use RasterImageBitsPerPixel to set the bits/pixel value to use for the output document when using raster conversion.
For an example, refer to RunJob and RunJobAsync.