Click or drag to resize

PdfLayerCollection Item Property (Int32)

Get the pdf layer of the index.

Namespace: Spire.Pdf.Graphics.Layer
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayer this[
	int index
] { get; }

Parameters

index
Type: System Int32
Pdf layer index

Return Value

Type: PdfLayer
Pdf layer
See Also