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.Drawing
- Classes
- PdfColor Class
- PdfColorSpace Class
- PdfDashStyle Class
- PdfFloatArray Class
- PdfFont Class
- PdfImage Class
- PdfMatrix Class
- PdfMatrix Class
- PdfMatrix Members
- PdfMatrix Constructor
- Properties
- Methods
- Operators and Type Conversions
- PdfPath Class
- PdfPathCurveSegment Class
- PdfPathLineSegment Class
- PdfPathRectSegment Class
- PdfPathSegment Class
- PdfPathSegmentCollection Class
- PdfPoint Class
- PdfRectangle Class
- PdfSize Class
- PdfSubPath Class
- PdfSubPathCollection Class
- Enumerations
- 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
- .NET API Reference
PdfMatrix Members |
The PdfMatrix class exposes the following members.

Name | Description | |
---|---|---|
![]() |
PdfMatrix(); | Initializes a new instance of the PdfMatrix class as the identity matrix. |
![]() |
PdfMatrix(float[]); | Initializes a new instance of the PdfMatrix class with the specified elements. |
![]() |
PdfMatrix(PdfMatrix); | Initializes a new PdfMatrix based on another PdfMatrix object. |
![]() |
PdfMatrix(float, float, float, float, float, float); | Initializes a new PdfMatrix using the provided elements values. |

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. |

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. |
