Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
TextMatrix Property

Gets or sets the current text matrix.

Syntax
 public PdfMatrix TextMatrix { get; set; }
Remarks

Text matrix defines the transformation from text space to user space. Specifically, the origin of the first glyph shown by a PdfTextContent object is placed at the origin of text space.

See Also