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 totrue
to show the layer, orfalse
to hide it.
Returns
- NA — This method does not return a value.