Back to Devexpress

PdfDocumentProcessor.PrevWord() Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-44f017da.md

latest1.4 KB
Original Source

PdfDocumentProcessor.PrevWord() Method

Returns the previous word in a PDF document.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public PdfPageWord PrevWord()
vb
Public Function PrevWord As PdfPageWord

Returns

TypeDescription
PdfPageWord

A PdfPageWord object, providing information about the document page corresponding to the specified PDF word.

|

Remarks

The overloaded PrevWord method uses the page coordinate system. See the Coordinate Systems topic to learn more.

See Also

NextWord()

PageNumber

PdfDocumentProcessor Class

PdfDocumentProcessor Members

DevExpress.Pdf Namespace