Click or drag to resize

PdfPortfolioSplitDirection Enumeration

Represents the orientation of the PdfPortfolio splitter bar.

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfPortfolioSplitDirection
Members
Member nameValueDescription
Horizontal0 The window is split horizontally.
None1 The window is not split. The entire window region shall be dedicated to the file navigation view.
Unknown2 The value is unknown and currently not supported.
Vertical3 The window is split vertically.
See Also