TextLayer ClearTextOperation Function. Removes any cached TextOperation and TextFragments associated with this object. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Removes any cached TextOperation and TextFragments associated with this object

 

   
Syntax  

[C#]
void ClearTextOperation()

[Visual Basic]
Sub ClearTextOperation()

 

   

Params
 
Name Description
none n/a

 

   

Notes
 

Removes any cached TextOperation and TextFragments associated with this object.

This can reduce memory use or it can be used to allow text information to be regenerated after the TextLayer contents have been updated.

 

   

Example
 

None.