Table of contents

Enumeration RasterDataSource

RasterDataSource describes the target types.

public @interface EnumRasterDataSource {
   /**The raster data source type of the PDF file is "pages". Only available for PDFReadingMode raster.*/
   int RDS_RASTERIZED_PAGES = 0;
   /**The raster data source type of the PDF file is "images".*/
   int RDS_EXTRACTED_IMAGES = 1;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: