Description:
Returns Layer with the specified index.
Syntax:
IIGPDFLayerArray.Item(
[in] long Index,
[out, retval] IIGPDFLayer **pVal);
Parameters:
Name |
Description |
Index |
Index of Layer in the Array. Should be: 0 <= Index < IIGPDFLayerArray.Size |
Return Value:
IIGPDFLayer object.