IPXV_Inst::CreatePagesPreviewCtl Method
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreatePagesPreviewCtl([in] IUIX_Obj* pParent,
[in] RECT* pRect,
[in] BSTR pID,
[in, defaultvalue(0)] LONGLONG nStyle,
[in, defaultvalue(0)] LONGLONG nScrollStyle,
[in, defaultvalue(0)] VARIANT_BOOL bWindowed,
[out, retval] IPXV_PagesPreviewCtl** ppCtl);
Parameters
- pParent
- [in] Pointer to IUIX_Obj.
- pRect
- [in] Pointer to RECT.
- pID
- [in] Value of BSTR.
- nStyle
- [in, defaultvalue(0)] Value of LONGLONG.
- nScrollStyle
- [in, defaultvalue(0)] Value of LONGLONG.
- bWindowed
- [in, defaultvalue(0)] Value of VARIANT_BOOL.
- ppCtl
- [out, retval] Pointer to IPXV_PagesPreviewCtl.
Return Value
Returns S_OK if operation was successful or error code in other cases.