Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
PdfMatrix Properties

The properties of the PdfMatrix class are listed below. For a complete list of PdfMatrix class members, see the PdfMatrix Members topic.

Properties
Name Description
a Gets or sets the value in the first row and first column.
b Gets or sets the value in the first row and second column.
c Gets or sets the value in the second row and first column.
d Gets or sets the value in the second row and first column.
e Gets or sets the value in the third row and first column.
f Gets or sets the value in the third row and first column.
IsEmpty (inherited from PdfFloatArray) Gets a value indicating whether the PdfFloatArray is empty.
IsIdentity Gets a value indicating whether the matrix is identity matrix.
See Also