[]
Gets or sets the view type for displaying pages within the viewer.
public ViewType ViewType { get; set; }
Type | Description |
---|---|
ViewType | One of the ViewType values that specifies how pages are displayed. The default is SinglePage, which displays one page at a time. |
<p>
The ViewType property controls the layout of pages in the viewer. It can be set to:
Changing the view type can be useful for optimizing the reading experience based on the document type or user preference.
This property is bound to the viewer's toolbar, allowing users to change the view type through the UI.