XFINIUM.PDF Documentation
AnalyzeConcatenateMatrixOperator Method



Xfinium.Pdf.Content.Analyzers Namespace > PdfPageContentAnalysis Class : AnalyzeConcatenateMatrixOperator Method
First matrix element
Second matrix element
Third matrix element
Fourth matrix element
Fifth matrix element
Sixth matrix element
Called when cm operator is found.
Syntax
'Declaration
 
Public Overridable Sub AnalyzeConcatenateMatrixOperator( _
   ByVal m11 As Double, _
   ByVal m12 As Double, _
   ByVal m21 As Double, _
   ByVal m22 As Double, _
   ByVal tx As Double, _
   ByVal ty As Double _
) 
'Usage
 
Dim instance As PdfPageContentAnalysis
Dim m11 As Double
Dim m12 As Double
Dim m21 As Double
Dim m22 As Double
Dim tx As Double
Dim ty As Double
 
instance.AnalyzeConcatenateMatrixOperator(m11, m12, m21, m22, tx, ty)
public virtual void AnalyzeConcatenateMatrixOperator( 
   double m11,
   double m12,
   double m21,
   double m22,
   double tx,
   double ty
)
public:
virtual void AnalyzeConcatenateMatrixOperator( 
   double m11,
   double m12,
   double m21,
   double m22,
   double tx,
   double ty
) 

Parameters

m11
First matrix element
m12
Second matrix element
m21
Third matrix element
m22
Fourth matrix element
tx
Fifth matrix element
ty
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