SelectLayer
Layers and Optional Content Groups
Description
Selects a layer on the page. All drawing operations are only carried out on the selected layer.
Syntax
Delphi
function TQuickPDF0726.SelectLayer(NewLayer: Integer): Integer;
ActiveX
Function QuickPDF0726.PDFLibrary::SelectLayer(NewLayer As Long) As Long
DLL
int QuickPDFSelectLayer(int InstanceID, int NewLayer)
Parameters
NewLayer | The number of the layer to select |
Return values
0 | The specified layer could not be selected |
1 | The specified layer was selected successfully |