VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / IsNavigationLoopedOnFocusedPage Property
Syntax Remarks Requirements SeeAlso
In This Topic
IsNavigationLoopedOnFocusedPage Property (WpfPdfAnnotationTool)
In This Topic
Gets or sets a value indicating whether navigation is looped on focused page.
Syntax
'Declaration

Public Property IsNavigationLoopedOnFocusedPage As Boolean

public bool IsNavigationLoopedOnFocusedPage { get; set; }

Property Value

True if navigation is looped on focused page; otherwise, false.
Default value is true.
Remarks

If value is true, the first item on focused page will be selected after the last item on focused page. If value is false, the first item on next page will be selected after the the last item on focused page.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also