Back to Devexpress

TextSearchParameter.CurrentPage Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-textsearchparameter.md

latest1.4 KB
Original Source

TextSearchParameter.CurrentPage Property

Specifies a document page where your search starts.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public int CurrentPage { get; set; }
vb
Public Property CurrentPage As Integer

Property Value

TypeDescription
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

TextSearchParameter Class

TextSearchParameter Members

DevExpress.Xpf.DocumentViewer Namespace