Click or drag to resize
Pdftools logo

ContentOptionsRenderText Property

Defines whether to render text. When set to , text rendering is skipped entirely. Text embedded in images and text created by drawing lines or paths are still rendered. Skipping text rendering can speed up the rendering process, especially for documents with many text elements.

Default: .


Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.13.1+c1edd0fb6162605291bc60916112af48eb301945
Syntax
C#
public bool RenderText { get; set; }

Property Value

Boolean
See Also