Page GetLayers Function. Gets all the content Layers for the page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets all the content Layers for the page.

 

   
Syntax  

[C#]
StreamObject[] GetLayers()

[Visual Basic]
Function GetLayers() As StreamObject()

 

   

Params
 
Name Description
return An array of all the content Layers on the page.

 

   

Notes
 

Gets all the content Layers for the page.

 

   

Example
 

None.