IPXV_PageSizeCtl::Init Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Init([in] IUIX_Dialog* pDlg, [in] MeasureUnit nUnit, [in, defaultvalue(0)] ULONG nFlags, [in, defaultvalue(0.0)] double nDocPageWidth, [in, defaultvalue(0.0)] double nDocPageHeight);
Parameters
- pDlg
- [in] Pointer to IUIX_Dialog.
- nUnit
- [in] Value of MeasureUnit.
- nFlags
- [in, defaultvalue(0)] Value of ULONG.
- nDocPageWidth
- [in, defaultvalue(0.0)] Value of double.
- nDocPageHeight
- [in, defaultvalue(0.0)] Value of double.
Return Value
Returns S_OK if operation was successful or error code in other cases.