Enum PrintOutPDF.ImageDepth
Color depth and rendering mode used when embedding images into the PDF, ranging from full color through grayscale to bitonal black-and-white and text-optimized variants.
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.Windows.dll
Syntax
public enum PrintOutPDF.ImageDepth
Fields
| Name | Description |
|---|---|
| BW | |
| BWImage | |
| Color | |
| Color4bit | |
| Color8bit | |
| GrayScale | |
| Text | |
| TextQuality |