Table of contents

PDFReadingParameter

The PDFReadingParameter class represents the parameters for reading a PDF file. It contains the mode of PDF reading, the DPI (dots per inch) value, and the raster data source type.

Definition

Package: com.dynamsoft.core.basic_structures

class PDFReadingParameter

Attributes

Attribute Type Description
mode int The mode used for PDF reading. This is one of the values of the EnumPDFReadingMode enumeration.
dpi int The DPI (dots per inch) value.
rasterDataSource int The raster data source type. This is one of the values of the EnumRasterDataSource enumeration.

Constructors

Constructor Description
PDFReadingParameter() Initializes a new instance of the PDFReadingParameter class.

Attributes

mode

The mode used for PDF reading.

public @EnumPDFReadingMode int mode

dpi

The DPI (dots per inch) value.

public int dpi

rasterDataSource

The raster data source type.

public @EnumRasterDataSource int rasterDataSource

Constructors

PDFReadingParameter

Initializes a new instance of the PDFReadingParameter class.

PDFReadingParameter()

Remarks

This constructor initializes the attributes with default values:

  • mode: EnumPDFReadingMode.PDFRM_RASTER
  • dpi: 300
  • rasterDataSource: EnumRasterDataSource.RDS_RASTERIZED_PAGES

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: