TextSearchParameter.CurrentPage Property
In This Article
Specifies a document page where your search starts.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
#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