Skip to main content

PdfDocumentContent.DocumentPosition Property

Indicates the document position corresponding to the PDF content.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDocumentPosition DocumentPosition { get; }

Property Value

Type Description
PdfDocumentPosition

A PdfDocumentPosition object.

See Also