Back to Devexpress

PdfDocumentPosition Class

officefileapi-devexpress-dot-pdf-321da1f8.md

latest4.4 KB
Original Source

PdfDocumentPosition Class

A point in the page coordinates of the PDF document.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class PdfDocumentPosition
vb
Public Class PdfDocumentPosition

The following members return PdfDocumentPosition objects:

LibraryRelated API Members
WinForms ControlsPdfSelectionEventArgs.DocumentPosition
PdfViewer.GetDocumentPosition(PointF, Boolean)
PdfViewer.GetDocumentPosition(PointF)
WPF ControlsPdfHitTestResult.DocumentPosition
PdfViewerControl.ConvertPixelToDocumentPosition(Point, Boolean)
PdfViewerControl.ConvertPixelToDocumentPosition(Point)
SelectionEventArgs.DocumentPosition
Office File APIPdfDocumentContent.DocumentPosition

Remarks

Use PdfDocumentPosition objects to obtain the position in page coordinate system. The following API uses the PdfDocumentPosition object:

PDF Document API:

WinForms PDF Viewer

Converters:

WPF PDF Viewer

Converters:

Inheritance

Object PdfDocumentPosition

See Also

PdfDocumentPosition Members

DocumentPosition

DevExpress.Pdf Namespace