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.43.0

Syntax

C#
public PixelFormat PixelFormat { get; set; }
Visual Basic (Declaration)
Public Property PixelFormat As PixelFormat

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