XFINIUM.PDF Documentation
AnalyzeSetType3GlyphWidthAndBoundingBoxOperator Method



Xfinium.Pdf.Content.Analyzers Namespace > PdfPageContentAnalysis Class : AnalyzeSetType3GlyphWidthAndBoundingBoxOperator Method
Called when d1 operator is found.
Syntax
'Declaration
 
Public Overridable Sub AnalyzeSetType3GlyphWidthAndBoundingBoxOperator( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double _
) 
'Usage
 
Dim instance As PdfPageContentAnalysis
Dim x As Double
Dim y As Double
Dim x1 As Double
Dim y1 As Double
Dim x2 As Double
Dim y2 As Double
 
instance.AnalyzeSetType3GlyphWidthAndBoundingBoxOperator(x, y, x1, y1, x2, y2)
public virtual void AnalyzeSetType3GlyphWidthAndBoundingBoxOperator( 
   double x,
   double y,
   double x1,
   double y1,
   double x2,
   double y2
)
public:
virtual void AnalyzeSetType3GlyphWidthAndBoundingBoxOperator( 
   double x,
   double y,
   double x1,
   double y1,
   double x2,
   double y2
) 

Parameters

x
y
x1
y1
x2
y2
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