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; }
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
-
Type:
System
Int32
Pdf layer index
Return Value
Type:
PdfLayer
Pdf layer
See Also