/*
 * Copyright (c) 1997-2024 IDRsolutions (https://www.idrsolutions.com)
 */

package org.jpedal.examples.viewer;

/**
 * An enum containing all the possible commands you can use with viewer.getViewerValue()
 */
public enum ViewerValues {
    CURRENTPAGE,
    PAGECOUNT,
    PDFNAME,
    SCALE,
    PAGELAYOUT,
    ROTATION
}