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.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
Syntax
C#
public bool RenderText { get; set; }

Property Value

Boolean
See Also