com.aspose.diagram

Class PreviewScopeValue

  • java.lang.Object
    • com.aspose.diagram.PreviewScopeValue
public class PreviewScopeValue 
extends java.lang.Object

Utility class containing constants. Specifies whether the document includes a preview, and, if so, whether the preview shows only the first page or all the pages in the document.

Field Summary
static final intFIRST_PAGE
First page.
static final intNO_PREVIEW
No preview.
static final intALL_PAGES
All pages.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • FIRST_PAGE

        public static final int FIRST_PAGE
        First page.
      • NO_PREVIEW

        public static final int NO_PREVIEW
        No preview.
      • ALL_PAGES

        public static final int ALL_PAGES
        All pages.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.