PdfPortfolioSplitDirection Property |
(Optional; PDF 2.0) The orientation of the
PdfPortfolio splitter bar.
Namespace: SautinSoft.Pdf.PortfoliosAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfPortfolioSplitDirection? SplitDirection { get; set; }
Public Property SplitDirection As PdfPortfolioSplitDirection?
Get
Set
Property Value
NullablePdfPortfolioSplitDirection
The orientation of the
PdfPortfolio splitter bar.
Remarks
When displaying a
PdfPortfolio, an interactive PDF processor presents an initial view in which the available display area may be divided by a splitter bar into two areas; one area containing a display of the navigation controls of the
PdfPortfolio as defined by the
ViewType property, and one area containing a preview of the initial or currently selected document of the
PdfPortfolio.
The visibility, orientation or position of the splitter bar may be interactively adjusted by user action subsequent to its initial view as defined by the
SplitDirection and
SplitPosition properties, if provided.
See Also