Creates new collection.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageLayerCollection(
	PdfPageBase page
)
Public Sub New ( 
	page As PdfPageBase
)
public:
PdfPageLayerCollection(
	PdfPageBase^ page
)
new : 
        page : PdfPageBase -> PdfPageLayerCollection

Parameters

page
PdfPageBase
Parent page for the layers in the collection.

See Also