IPXV_Inst::CreateOp Method
From PDF XChange PDF SDK
Creates new operation object by specified unique identifier.
Syntax
HRESULT CreateOp([in] LONG OpID, [out, retval] IOperation** NewOp);
Parameters
- OpID
- [in] The unique identifier of registered operation. For example, you may obtain it by:
int nOpID = pdfInst.Str2ID("op.document.printPages");
- NewOp
- [out, retval] Returns pointer to a new IOperation object.
Return Value
Returns S_OK if operation was successful or error code in other cases.