Back to Devexpress

PdfRectangle.BottomLeft Property

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

latest1.1 KB
Original Source

PdfRectangle.BottomLeft Property

Gets the PdfRectangle‘s bottom left coordinate.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
PdfPoint

A PdfPoint structure, representing the bottom left coordinate of the PDF rectangle.

|

See Also

PdfRectangle Class

PdfRectangle Members

DevExpress.Pdf Namespace