LayerSafe
Layers and Optional Content Groups
Description
Determines if the layer was created by Quick PDF Library or not. Only layers created by Quick PDF Library should be considered "safe" to drawn on. If a layer is not safe it would be best to combine all the layers before drawing on the page to prevent later errors in the document.
Syntax
Delphi
function TQuickPDF0726.LayerSafe: Integer;
ActiveX
Function QuickPDF0726.PDFLibrary::LayerSafe As Long
DLL
int QuickPDFLayerSafe(int InstanceID)
Return values
0 | The layer was not created by Quick PDF Library and care should be taken when drawing onto this layer |
1 | The layer was created by Quick PDF Library and is safe to draw on |