Skip to content

T_PDFiumSharp_RenderingFlags

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

RenderingFlags Enumeration

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

[FlagsAttribute]
public enum RenderingFlags

Members

 

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.

See Also

Reference

PDFiumSharp Namespace

Clone this wiki locally