Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 959 Bytes

File metadata and controls

53 lines (36 loc) · 959 Bytes
layout title description keywords needAutoGenerateSidebar
default-layout
class CPDFReadingParameter - Dynamsoft Core Module C++ Edition API Reference
This page shows the C++ edition of the class CPDFReadingParameter in Dynamsoft Core Module.
pdf reading parameter, c++
true

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

Definition

Namespace: dynamsoft::basic_structures

Assembly: DynamsoftCore

class CPDFReadingParameter 

Attributes Summary

Attribute Type
mode PDFReadingMode
dpi int
type TargetType

mode

The mode of PDF reading.

PDFReadingMode mode

dpi

The DPI (dots per inch) value.

int dpi

type

The target type.

TargetType type