Skip to main content

TextSearchParameter.CurrentPage Property

Specifies a document page where your search starts.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public int CurrentPage { get; set; }

Property Value

Type Description
Int32

An integer value that specifies a page number.

Remarks

Refer to the PdfViewerControl.FindText method for details on how to use the CurrentPage property when you search in a PDF document.

See Also