[]
Gets or sets a value indicating whether the viewer is in Split View mode.
public bool SplitView { get; set; }
Type | Description |
---|---|
bool |
|
When set to true
, the viewer divides its display area into two separate panes, allowing users to view different parts of a document
simultaneously. This is particularly useful for comparing sections of a document or viewing two different documents side by side.
The split orientation (horizontal or vertical) is determined by the current orientation of the viewer's container.
Changing this property to true
will split the viewer according to its current orientation, dividing the available space equally
between the two panes.