PdfPortfolioSplitPosition Property |
(Optional; PDF 2.0) The initial position of the
PdfPortfolio splitter bar, specified as a percentage of the available window area.
Values shall range from 0 to 100.
The property shall be ignored if
SplitDirection is set to
None.
Namespace: SautinSoft.Pdf.PortfoliosAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public double? SplitPosition { get; set; }
Public Property SplitPosition As Double?
Get
Set
Property Value
NullableDouble
The initial position of the
PdfPortfolio splitter bar, specified as a percentage of the available window area.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Value must be between 0 and 100 (inclusive). |
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