Click or drag to resize

RenderFlags Enumeration

Page rendering flags. They can be combined with bit OR.

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[FlagsAttribute]
public enum RenderFlags
Members
Member nameValueDescription
FPDF_NONE0 None
FPDF_ANNOT1 Set if annotations are to be rendered.
FPDF_LCD_TEXT2 Set if using text rendering optimized for LCD display.
FPDF_NO_NATIVETEXT4 Don't use the native text output available on some platforms
FPDF_GRAYSCALE8 Grayscale output.
FPDF_REVERSE_BYTE_ORDER16 set whether render in a reverse Byte order, this flag only enable when render to a bitmap.
FPDF_DEBUG_INFO128 Set if you want to get some debug info. Please discuss with Foxit first if you need to collect debug info.
FPDF_NO_CATCH256 Set if you don't want to catch exception.
FPDF_RENDER_LIMITEDIMAGECACHE512 Limit image cache size.
FPDF_RENDER_FORCEHALFTONE1,024 Always use halftone for image stretching.
FPDF_PRINTING2,048 Render for printing.
FPDF_RENDER_NO_SMOOTHTEXT4,096 Set to disable anti-aliasing on text.
FPDF_RENDER_NO_SMOOTHIMAGE8,192 Set to disable anti-aliasing on images.
FPDF_RENDER_NO_SMOOTHPATH16,384 Set to disable anti-aliasing on paths.
FPDF_THUMBNAIL32,768 Render page as a thumbnail
FPDF_HQTHUMBNAIL32,768Obsolete.
Render page as a thumbnail (high quality)
See Also