Table of contents

Enumeration RasterDataSource

RasterDataSource describes the target types.

class EnumRasterDataSource(IntEnum):
   #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

Is this page helpful?

YesYes NoNo