Back to Devexpress

PdfRectangle.Center Property

officefileapi-devexpress-dot-pdf-dot-pdfrectangle-4a589347.md

latest911 B
Original Source

PdfRectangle.Center Property

Gets the rectangle’s center coordinate.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfPoint Center { get; }
vb
Public ReadOnly Property Center As PdfPoint

Property Value

TypeDescription
PdfPoint

The center coordinate.

|

See Also

PdfRectangle Class

PdfRectangle Members

DevExpress.Pdf Namespace