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 Methods

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

Methods
Name Description
Clone Creates a copy of this PdfMatrix object.
Finalize (inherited from Object) 
FlipX Flip the current matrix horizontally.
FlipY Flip the current matrix vertically.
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
Multiply Multiplies the current matrix by the specified matrix.
NewIdentity Creates a new identity matrix.
Rotate Prepend to this PdfMatrix a clockwise rotation, around the origin and by the specified angle.
Scale Applies the specified scale vector to this PdfMatrix.
Shear Applies the specified shear vector to this PdfMatrix.
Translate Applies the specified translation vector to this PdfMatrix.
See Also