The pixel format that will be used for the image.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.2

Syntax

C#
public PixelFormat PixelFormat { get; set; }
Visual Basic
Public Property PixelFormat As PixelFormat
	Get
	Set

Remarks

Some pixel formats are incompatible with certain compression schemes. CcittG3 and CcittG4 compression can only be used for 1bpp images for example.

See Also