Invert the TIFF image if set to true. Some TIFF viewers don't respect all tags and display the image inverted. This setting should fix that.

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

Syntax

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

Remarks

This setting only has effect for 1bpp images.

See Also