Doc LayerCount Property. The number of layers on the current page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] int

[Visual Basic]
Integer
 n/a  Yes The number of layers on the current page.

 

   

Notes
 

This property holds the number of layers on the current page.

You can add layers to pages using calls to methods such as AddText and AddImage. See the Layer property for more details.

 

   

Example
 

None.