Page Detach Function. Detaches a content stream from the page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Detaches a content stream from the page.

 

   
Syntax  

[C#]
void Detach(StreamObject layer)

[Visual Basic]
Sub Detach(layer As StreamObject)

 

   

Params
 
Name Description
layer The stream to detach from the page.

 

   

Notes
 

Detaches a content stream from the page.

The layer is not deleted it is simply that any reference to it is removed from the page.

 

   

Example
 

None.