Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsTextOrigin Enum

Contains values that specify how to interpret a point passed to one of the PdfGraphics.DrawString overload methods that take a PointF object as an argument.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public enum PdfGraphicsTextOrigin

Members

Name Description
TopLeftCorner

The point passed to one the PdfGraphics.DrawString methods that take a PointF object is the top left corner of the text bounding rectangle.

Baseline

The point passed to one of the PdfGraphics.DrawString methods that take a PointF object is on the text baseline.

Remarks

The values listed by the PdfGraphicsTextOrigin enumeration are used to set the PdfGraphics.TextOrigin property.

See Also