#include "PDFCore.h"
#include "PDFViewerLog.h"
#include "controller.h"
#include <math.h>
Go to the source code of this file.
Classes | |
struct | PageSpec |
Variables | |
static const PageSpec | PageSpecTable [] |
static const int | PageSpecSize = sizeof(PageSpecTable)/ sizeof(PageSpecTable[0]) |
const int PageSpecSize = sizeof(PageSpecTable)/ sizeof(PageSpecTable[0]) [static] |
Definition at line 225 of file PDFCore.cpp.
const PageSpec PageSpecTable[] [static] |
Initial value:
{ {3371, 2384, A0ZoomMax}, {2384, 1686, A1ZoomMax}, {1686, 1192, A2ZoomMax}, {1192, 843, A3ZoomMax}, {843, 596, A4ZoomMax}, {612, 792, A4ZoomMax}, {596, 422, A5ZoomMax}, {422, 298, A6ZoomMax}, {298, 211, A7ZoomMax}, {211, 149, A8ZoomMax}, {149, 106, A9ZoomMax}, }
Definition at line 211 of file PDFCore.cpp.