Table of contents

CPDFReadingParameter

The CPDFReadingParameter 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

Namespace: dynamsoft::basic_structures

Assembly: DynamsoftCore

class CPDFReadingParameter 

Attributes Summary

Attribute Type
mode PDFReadingMode
dpi int
rasterDataSource RasterDataSource

mode

The mode of PDF reading. Defaults to PDFRM_MULTIMODAL.

PDFReadingMode mode

See Also

PDFReadingMode

dpi

The DPI (dots per inch) value.

int dpi

rasterDataSource

The raster data source type.

RasterDataSource rasterDataSource

See Also

RasterDataSource

This page is compatible for: