Description:
Creates a PDE PostScript object. DataStream and Data may be NULL. If so, use IGPDEPostScript.SetData and IGPDEPostScript.SetDataStream to attach data to the object. If DataStream is non-NULL, then data will be ignored.
Syntax:
CreatePDEPostScript (Attributes As IGPDEPSAttrs, DataStream As
IGPDFStream, Data As IGIntegerArray) As IGPDEPostScript
Parameters:
Name |
Description |
Attributes |
PostScript attributes. |
DataStream |
Data stream. May be NULL. |
Data |
Data. May be NULL. |
Return Value:
IGPDEPostScript Object