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