TiffPixelFormat Enumeration

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This enum represents a list of allowed image data formats.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public enum TiffPixelFormat
Members

  Member nameValueDescription
BGRA88880 Represents pixel format BGRA8888(hence a pixel takes 4 bytes)
Bitonal1 Represents bitonal pixel format (hence a pixel takes 1 bit)
See Also

Reference