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

Property Value

Boolean
See Also