IPXC_Document::IsMetaOperationGranded Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IsMetaOperationGranded([in]           PXC_DocumentMetaOper  nOper,
                               [out, retval]  VARIANT_BOOL*         bGranded);

Parameters

nOper
[in] Value of PXC_DocumentMetaOper.
bGranded
[out, retval] Pointer to VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_Document