asposediagram.api

Class PreviewScopeValue

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
const  intFIRST_PAGE
First page.
const  intNO_PREVIEW
No preview.
const  intALL_PAGES
All pages.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • FIRST_PAGE

        const int FIRST_PAGE
        First page.
      • NO_PREVIEW

        const int NO_PREVIEW
        No preview.
      • ALL_PAGES

        const int ALL_PAGES
        All pages.
      • UNDEFINED

        const int UNDEFINED
        Undefined.