Click or drag to resize
Pdftools logo

ContentOptions Class

The parameters how to render PDF content elements

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2ImageContentOptions

Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.8.0+c1110cafb37403de0188424e1c97e84e318ca892
Syntax
C#
public class ContentOptions : NativeObject

The ContentOptions type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations

The render strategy for annotations

Defines whether to render annotation popups. For details, see AnnotationOptions.

Default: ShowAnnotations

Public propertyRenderText

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: .

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also