T_PDFiumSharp_RenderingFlags - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
[FlagsAttribute]
public enum RenderingFlags
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Annotations | 1 | Set if annotations are to be rendered. | |
LcdText | 2 | Set if using text rendering optimized for LCD display. | |
NoNativeText | 4 | Don't use the native text output available on some platforms | |
Grayscale | 8 | Grayscale output. | |
DebugInfo | 128 | Set if you want to get some debug info. | |
DontCatch | 256 | Set if you don't want to catch exceptions. | |
LimitImageCache | 512 | Limit image cache size. | |
ForceHalftone | 1024 | Always use halftone for image stretching. | |
Printing | 2048 | Render for printing. | |
NoSmoothText | 4096 | Set to disable anti-aliasing on text. | |
NoSmoothImage | 8192 | Set to disable anti-aliasing on images. | |
NoSmoothPath | 16384 | Set to disable anti-aliasing on paths. | |
ReverseByteOrder | 16 | Set whether to render in a reverse Byte order, this flag is only used when rendering to a bitmap. |