Get the pdf layer of the index.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfLayer this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As PdfLayer
	Get
public:
property PdfLayer^ default[int index] {
	PdfLayer^ get (int index);
}
member Item : PdfLayer with get

Parameters

index
Int32
Pdf layer index

Return Value

PdfLayer
Pdf layer

See Also