Creates a new layer and adds it to the end of the collection.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageLayer Add()
Public Function Add As PdfPageLayer
public:
PdfPageLayer^ Add()
member Add : unit -> PdfPageLayer 

Return Value

PdfPageLayer
Created layer.

See Also