TextLayer TextOperation Property. A TextOperation describing the precise layout of this text layer. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] TextOperation

[Visual Basic]
TextOperation
n/a Yes A TextOperation describing the precise layout of this text layer

 

   

Notes
 

A TextOperation describing the precise layout of this text layer.

The properties of this object can be used to establish precise metrics for each of the items of text in the layer.

The operation is created the first time this property is accessed and it is cached thereafter. To reduce memory use, you may wish to call ClearTextOperation after you have established the precise metrics that you require.

 

   

Example
 

None.