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.
PDFReadingMode mode
See Also
dpi
The DPI (dots per inch) value.
int dpi
rasterDataSource
The raster data source type.
RasterDataSource rasterDataSource
See Also