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

Property Value

Boolean
See Also