Table of contents

Enumeration PDFReadingMode

PDFReadingMode describes the PDF reading modes.

@Retention(RetentionPolicy.CLASS)
public @interface EnumPDFReadingMode {
    //Vector PDF reading mode.
    int PDFRM_VECTOR = 0x01;
    //Raster PDF reading mode.
    int PDFRM_RASTER = 0x02;
    //Reserved PDF reading mode.
    int PDFRM_REV = 0x80000000;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: