Documentation
Table of contents

Enumeration RasterDataSource

RasterDataSource describes the target types.

  • JavaScript
  • Android
  • Objective-C
  • Swift
  • C++
export enum EnumRasterDataSource
{
   /**The raster data source type of the PDF file is "pages". Only available for PDFReadingMode PDFRM_RASTER.*/
   RDS_RASTERIZED_PAGES = 0,
   /**The raster data source type of the PDF file is "images".*/
   RDS_EXTRACTED_IMAGES = 1
}
public @interface EnumRasterDataSource {
   /**The raster data source type of the PDF file is "pages". Only available for PDFReadingMode raster.*/
   public static final int RDS_RASTERIZED_PAGES = 0;
   /**The raster data source type of the PDF file is "images".*/
   public static final int RDS_EXTRACTED_IMAGES = 1;
}
typedef NS_ENUM(NSInteger, DSRasterDataSource)
{
   /**The raster data source type of the PDF file is "pages". Only available for PDFReadingMode raster.*/
   DSRasterDataSourceRasterizedPages = 0,
   /**The raster data source type of the PDF file is "images".*/
   DSRasterDataSourceExtractedImages = 1
}NS_SWIFT_NAME(RasterDataSource);
public enum RasterDataSource : Int
{
   /**The raster data source type of the PDF file is "pages". Only available for PDFReadingMode raster.*/
   rasterizedPages = 0,
   /**The raster data source type of the PDF file is "images".*/
   extractedImages = 1
}
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;

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support