com.spire.pdf
Class PdfPageLayerCollection
java.lang.Object
   com.spire.pdf.PdfCollection
com.spire.pdf.PdfCollection
       com.spire.pdf.PdfPageLayerCollection
com.spire.pdf.PdfPageLayerCollection
- All Implemented Interfaces: 
- com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
- public class PdfPageLayerCollection 
- extends PdfCollection
Collection of the pages layers.
 
| Method Summary | 
|  PdfPageLayer | add(java.lang.String name)Creates a new layer and adds it to the collection.
 | 
 
 
PdfPageLayerCollection
public PdfPageLayerCollection(PdfPageBase page)
- Creates new collection.
 
- Parameters:
- page- Parent page for the layers in the collection.
 
add
public PdfPageLayer add(java.lang.String name)
- Creates a new layer and adds it to the collection.
 
- 
- Parameters:
- name- Layer Name.
- Returns:
- Created layer.