Table of Contents

Enum PdfRenderFlags

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies rendering options for PDF content, allowing fine-grained control over how pages are rendered.

[Flags]
public enum PdfRenderFlags

Fields

Annot = 1
ConvertFillToStroke = 32
DebugInfo = 128
ForceHalftone = 1024
Grayscale = 8
LcdText = 2
LimitedImageCache = 512
NoCatch = 256
NoNativeText = 4
NoSmoothImage = 8192
NoSmoothPath = 16384
NoSmoothText = 4096
None = 0
Printing = 2048
ReverseByteOrder = 16

Remarks

This enumeration supports bitwise combination of its values due to the FlagsAttribute. Use these flags to customize rendering behavior, such as enabling annotations, adjusting text smoothing, or optimizing for printing. Some flags may affect performance or output quality, so choose options based on the specific rendering requirements.