Enumeration RasterDataSource
RasterDataSource
describes the target types.
typedef enum RasterDataSource { /**The raster data source type of the PDF file is "pages". Only available for PDFReadingMode PDFRM_RASTER.*/ RDS_RASTERIZED_PAGES, /**The raster data source type of the PDF file is "images".*/ RDS_EXTRACTED_IMAGES } RasterDataSource;