PreviewScopeValue

PreviewScopeValue enumeration

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.

public enum PreviewScopeValue

Values

Name Value Description
FirstPage 0 First page.
NoPreview 1 No preview.
AllPages 2 All pages.
Undefined -2147483648 Undefined.

See Also