DEBSOURCES
Skip Quicknav
sources / dspdfviewer / 1.15.1%2Bgit20230427.d432d8d-1 / pdfcacheoption.h
123456789
#ifndef PDFCACHEOPTION_H #define PDFCACHEOPTION_H enum class PDFCacheOption { keepPDFinMemory, rereadFromDisk }; #endif // PDFCACHEOPTION_H