RTPDF-32
PDF Generator Library for RTOS-32
|
Srart of End a PDF layer on which to place the next objects
pdev | Pointer to PDFINFO structure returned by RTPdfInit |
pwstrLayerTitle | can be one of three things: 1) If RTPdfSetLayer is called inside a page (between calls to StartPage and EndPage), pwstrLayerTitle is the title of the layer on which to place the objects 2) If RTPdfSetLayer is called outside a page, pwstrLayerTitle should contain the list and order in which to display the layer tree in a PDF viewer. The order should be a string in the format "/Order[(Layer Title 1)(Layer Title 2)(...)]" for a single level tree of layers Or "/Order[(Layer Title 1)[(Layer Subtitle 1)(Layer Subtitle 2)(...)](Layer Title 2)[(Layer Subtitle 21)(Layer Subtitle 22)(...)]]" for a multi-level tree of layers 3) If pwstrLayerTitle is an empty string, it closes the last opened layer and moves up one level |