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.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum PreviewScopeValue
Public Enumeration PreviewScopeValue
public enum class PreviewScopeValue
Members|
| Member name | Value | Description |
|---|
| FirstPage | 0 |
First page.
|
| NoPreview | 1 |
No preview.
|
| AllPages | 2 |
All pages.
|
| Undefined | -2147483648 |
Undefined.
|
See Also