TextOperation PageContents Property. The pages to be operated upon. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] PageContents

[Visual Basic]
PageContents
n/a No The pages to be operated upon.

 

   

Notes
 

This property specifies the pages to be operated upon.

Adding pages to a PageContents object can be a costly procedure taking a noticable amount of time.

So if you are performing a set of analysis operations on the same pages it can be more efficient to assign the PageContents from one to another rather than repeatedly re-populate from the original document.

 

   

Example
 

None.