Enum 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

NameValueDescription
FirstPage0First page.
NoPreview1No preview.
AllPages2All pages.
Undefined-2147483648Undefined.

See Also