TextOperation TextOperation Function. TextOperation Constructor. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

TextOperation Constructor.

 

   
Syntax  

[C#]
TextOperation(Doc doc)

[Visual Basic]
Sub New(doc As Doc)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
doc The PDF Document

 

   

Notes
 

Create a TextOperation for text analysis. If the doc is null then an exception will be raised.

 

   

Example
 

See the Group function.