PageContents AddLayers Function. Add a particular set of Layer objects from a particular Page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Add a particular set of Layer objects from a particular Page

 

   
Syntax  

[C#]
void AddLayers(Page page, Layer[] layers)

[Visual Basic]
Sub AddLayers(page As Page, layers() As Layer)

 

   

Params
 
Name Description
page The page on which the provided layers are located.
layers The layers to be added.

 

   

Notes
 

Add a particular set of Layer objects from a particular Page.

This is an alternative to the AddPages overloads. It allows specific parts of a page to be added to the operation rather than requiring the operation to be applied to the entirety of a page.

 

   

Example
 

None.