com.spire.pdf
Class PdfPageLayerCollection

java.lang.Object
  extended by com.spire.pdf.PdfCollection
      extended by 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.


Constructor Summary
PdfPageLayerCollection(PdfPageBase page)
          Creates new collection.
 
Method Summary
 PdfPageLayer add(java.lang.String name)
          Creates a new layer and adds it to the collection.
 
Methods inherited from class com.spire.pdf.PdfCollection
getCount, getList
 

Constructor Detail

PdfPageLayerCollection

public PdfPageLayerCollection(PdfPageBase page)
Creates new collection.

Parameters:
page - Parent page for the layers in the collection.
Method Detail

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.