XFINIUM.PDF Documentation
AnalyzeShowText4Operator Method



Xfinium.Pdf.Content.Analyzers Namespace > PdfPageContentAnalysis Class : AnalyzeShowText4Operator Method
The COS string
X
Y
The text object displayed by this operator
Called when " operator is found.
Syntax
'Declaration
 
Public Overridable Sub AnalyzeShowText4Operator( _
   ByVal cosText As PdfCosString, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal textVisualObject As PdfTextVisualObject _
) 
'Usage
 
Dim instance As PdfPageContentAnalysis
Dim cosText As PdfCosString
Dim x As Double
Dim y As Double
Dim textVisualObject As PdfTextVisualObject
 
instance.AnalyzeShowText4Operator(cosText, x, y, textVisualObject)
public virtual void AnalyzeShowText4Operator( 
   PdfCosString cosText,
   double x,
   double y,
   PdfTextVisualObject textVisualObject
)
public:
virtual void AnalyzeShowText4Operator( 
   PdfCosString^ cosText,
   double x,
   double y,
   PdfTextVisualObject^ textVisualObject
) 

Parameters

cosText
The COS string
x
X
y
Y
textVisualObject
The text object displayed by this operator
Remarks
The textVisualObject parameter is set only when the EnableExtendedOperatorInformation property is set to true on the analyzer that processes this operator.
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