# Enumeration RasterDataSource

`RasterDataSource` describes the target types.

```csharp
public enum EnumRasterDataSource
{
   /**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
}
```