XFINIUM.PDF Documentation
SetTextMatrix Method



First matrix element.
Second matrix element.
Third matrix element.
Fourth matrix element.
Fifth matrix element.
Sixth matrix element.
Sets the current text matrix and text line matrix.
Operator: Tm
Syntax
'Declaration
 
Public Sub SetTextMatrix( _
   ByVal a As Double, _
   ByVal b As Double, _
   ByVal c As Double, _
   ByVal d As Double, _
   ByVal e As Double, _
   ByVal f As Double _
) 
'Usage
 
Dim instance As PdfContentStream
Dim a As Double
Dim b As Double
Dim c As Double
Dim d As Double
Dim e As Double
Dim f As Double
 
instance.SetTextMatrix(a, b, c, d, e, f)
public void SetTextMatrix( 
   double a,
   double b,
   double c,
   double d,
   double e,
   double f
)
public:
void SetTextMatrix( 
   double a,
   double b,
   double c,
   double d,
   double e,
   double f
) 

Parameters

a
First matrix element.
b
Second matrix element.
c
Third matrix element.
d
Fourth matrix element.
e
Fifth matrix element.
f
Sixth matrix element.
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

PdfContentStream Class
PdfContentStream Members

Send Feedback