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

PdfGraphics.TextOrigin Property

Specifies how to interpret a point passed to one of the PdfGraphics.DrawString overload methods that take a PointF object.

Namespace: DevExpress.Pdf

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

Declaration

public PdfGraphicsTextOrigin TextOrigin { get; set; }

Property Value

Type Description
PdfGraphicsTextOrigin

A PdfGraphicsTextOrigin enumeration value. The default value is TopLeftCorner.

See Also