Back to Devexpress

PdfRectangle.TopRight Property

officefileapi-devexpress-dot-pdf-dot-pdfrectangle-ceca01d7.md

latest1.0 KB
Original Source

PdfRectangle.TopRight Property

Gets the PdfRectangle‘s top right coordinate.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
PdfPoint

A PdfPoint structure, representing the top right coordinate of the PDF rectangle.

|

See Also

PdfRectangle Class

PdfRectangle Members

DevExpress.Pdf Namespace