getLayerName

Get the name of a layer.
getLayerName([in] LONG layerHandle, [out, retval] BSTR *name)
This function returns the name of a layer.

The layer argument is an opaque layer handle, returned by getLayer.

VB:
layer = pdf.getLayer(i) name = pdf.getLayerName(layer)
getNumLayers
getLayer
getLayerVisibility
setLayerVisibility
getLayerViewState
getLayerPrintState