Click or drag to resize

RenderFlags Enumeration

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

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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_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_FORCEHALFTONE1024 Always use halftone for image stretching.
FPDF_PRINTING2048 Render for printing.
FPDF_REVERSE_BYTE_ORDER16 set whether render in a reverse Byte order, this flag only enable when render to a bitmap.
FPDF_THUMBNAIL32768 Render page as a thumbnail
FPDF_HQTHUMBNAIL32768 Obsolete. Render page as a thumbnail (high quality)
FPDF_RENDER_NO_SMOOTHTEXT4096 Set to disable anti-aliasing on text.
FPDF_RENDER_NO_SMOOTHIMAGE8192 Set to disable anti-aliasing on images.
FPDF_RENDER_NO_SMOOTHPATH16384 Set to disable anti-aliasing on paths.
See Also