Description:
Sets the document object in which layers are to be created. This method needs to be called at least once before using IIGPDFLayerArray object.
Syntax:
IIGPDFLayerArray.SetDoc(
[in] IIGPDFDoc *pDoc);
Parameters:
Name |
Description |
pDoc |
PDF document object in which all Layers are created. |