Page AddLayer Function. Add a content layer at the front of the page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Add a content layer at the front of the page

 

   
Syntax  

[C#]
void AddLayer(StreamObject layer)

[Visual Basic]
Sub AddLayer(layer As StreamObject)

 

   

Params
 
Name Description
layer The layer to be added.

 

   

Notes
 

Add a content layer at the front of the page.

The StreamObject that is supplied should contain PDF drawing operations. You will need to ensure that any resources that are referenced in this content stream have been added to the resources of the page using a method such as AddResource.

 

   

Example
 

None.