XFINIUM.PDF Documentation
AnalyzeSetTextMatrixOperator Method



Xfinium.Pdf.Content.Analyzers Namespace > PdfPageContentAnalysis Class : AnalyzeSetTextMatrixOperator Method
First matrix element
Second matrix element
Third matrix element
Fourth matrix element
Fifth matrix element
Sixth matrix element
Called when Tm operator is found.
Syntax
'Declaration
 
Public Overridable Sub AnalyzeSetTextMatrixOperator( _
   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 PdfPageContentAnalysis
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.AnalyzeSetTextMatrixOperator(a, b, c, d, e, f)
public virtual void AnalyzeSetTextMatrixOperator( 
   double a,
   double b,
   double c,
   double d,
   double e,
   double f
)
public:
virtual void AnalyzeSetTextMatrixOperator( 
   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 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfPageContentAnalysis Class
PdfPageContentAnalysis Members