IPXV_Document::InvalidatePage Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT InvalidatePage([in] ULONG nPageIndex, [in, optional] PXC_RectF* pRects, [in, optional] ULONG nRectsCount, [in, out, optional] IPXV_InvalidatePagesInfo** ppCumulInvInfo, [in, optional] ULONG nFlags);
Parameters
- nPageIndex
- [in] Value of ULONG.
- pRects
- [in, optional] Pointer to PXC_RectF.
- nRectsCount
- [in, optional] Value of ULONG.
- ppCumulInvInfo
- [in, out, optional] Pointer to IPXV_InvalidatePagesInfo.
- nFlags
- [in, optional] Value of ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_Document.