MoveLayer
Layers and Optional Content Groups
Description
Use this function to move a layer. This can be used to bring certain information to the front or push it to the back.
Syntax
Delphi
function TQuickPDF0726.MoveLayer(FromPosition, ToPosition: Integer): Integer;
ActiveX
Function QuickPDF0726.PDFLibrary::MoveLayer(FromPosition As Long,
ToPosition As Long) As Long
DLL
int QuickPDFMoveLayer(int InstanceID, int FromPosition, int ToPosition)
Parameters
FromPosition | The current layer position |
ToPosition | The new layer position |
Return values
0 | The layer could not be moved |
1 | The layer was moved successfully |