IUIX_Ruler::Update Method
From Tracker Software PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Update([in] LONG nOffsetToOrigin, [in] LONG nTotalSize, [in] double nUnitsCount, [in, defaultvalue(-1)] VARIANT_BOOL bLazy);
Parameters
- nOffsetToOrigin
- [in] Value of LONG.
- nTotalSize
- [in] Value of LONG.
- nUnitsCount
- [in] Value of double.
- bLazy
- [in, defaultvalue(-1)] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.