Table of contents

PDFReadingParameter

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

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCaptureVisionBundle.aar

class PDFReadingParameter

Attributes

Attributes Type Description
mode int Set the processing mode of the PDF file. You can either read the PDF info from vecter data or transform the PDF file into an image. The library will transform the PDF file into an image by default.
dpi int Set the DPI (dots per inch) of the PDF file.
rasterDataSource int Set the raster data source type of the image. The default type is RDS_RASTERIZED_PAGES.

mode

Set the processing mode of the PDF file. You can either read the PDF info from vector data or transform the PDF file into an image. The library will transform the PDF file into an image by default.

@EnumPDFReadingMode
int mode;

dpi

Set the DPI (dots per inch) of the PDF file.

int dpi;

rasterDataSource

Set the raster data source type of the image. The default type is RDS_RASTERIZED_PAGES.

@EnumRasterDataSource
int rasterDataSource;

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: