changePDFLayer
Toggles the visibility of a PDF layer by its index.
Syntax
RxCore.changePDFLayer(index, visible)
Parameters
index: number — The index of the PDF layer to show or hide.visible: boolean — Set totrueto show the layer, orfalseto hide it.
Returns
- NA — This method does not return a value.