This property sets whether or not all the pages of a multipage image file is displayed in the Thumbnail control.
[Visual Basic] Public Property EnableMultiImage
As Boolean
[C#] public bool EnableMultiImage {get;
set;}
Property Value
| Value | Explanation |
|---|---|
| True | All the pages of a multipage image file are displayed |
| False | Only the first page of a multipage image file is displayed (default) |
Explanation
The EnableMultiImage property sets whether or not all the pages of a multipage image file is displayed in the Thumbnail control.
See Also
Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail