PdfPortfolioSplitDirection Enumeration |
Represents the orientation of the
PdfPortfolio splitter bar.
Namespace: SautinSoft.Pdf.PortfoliosAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic enum PdfPortfolioSplitDirection
Public Enumeration PdfPortfolioSplitDirection
Members| Member name | Value | Description |
|---|
| Horizontal | 0 |
The window is split horizontally.
|
| None | 1 |
The window is not split. The entire window region shall be dedicated to the file navigation view.
|
| Unknown | 2 |
The value is unknown and currently not supported.
|
| Vertical | 3 |
The window is split vertically.
|
See Also