XFINIUM.PDF Documentation
PdfSetTextMatrixOperator Constructor(Double,Double,Double,Double,Double,Double)



The m11 element of the text matrix.
The m12 element of the text matrix.
The m21 element of the text matrix.
The m22 element of the text matrix.
The dx element of the text matrix.
The dy element of the text matrix.
Initializes a new PdfSetTextMatrixOperator object.
Syntax
'Declaration
 
Public Function New( _
   ByVal m11 As Double, _
   ByVal m12 As Double, _
   ByVal m21 As Double, _
   ByVal m22 As Double, _
   ByVal dx As Double, _
   ByVal dy As Double _
)
'Usage
 
Dim m11 As Double
Dim m12 As Double
Dim m21 As Double
Dim m22 As Double
Dim dx As Double
Dim dy As Double
 
Dim instance As New PdfSetTextMatrixOperator(m11, m12, m21, m22, dx, dy)
public PdfSetTextMatrixOperator( 
   double m11,
   double m12,
   double m21,
   double m22,
   double dx,
   double dy
)
public:
PdfSetTextMatrixOperator( 
   double m11,
   double m12,
   double m21,
   double m22,
   double dx,
   double dy
)

Parameters

m11
The m11 element of the text matrix.
m12
The m12 element of the text matrix.
m21
The m21 element of the text matrix.
m22
The m22 element of the text matrix.
dx
The dx element of the text matrix.
dy
The dy element of the text matrix.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfSetTextMatrixOperator Class
PdfSetTextMatrixOperator Members
Overload List

Send Feedback