Skip to main content
A newer version of this page is available. .

TextSearchParameter.CurrentPage Property

Specifies a document page where your search starts.

Namespace: DevExpress.Xpf.DocumentViewer

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

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