IPXV_PageSizeCtl::GetMeasureUnit Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_PageSizeCtl::GetMeasureUnit Method}} | {{#customTitle:IPXV_PageSizeCtl::GetMeasureUnit Method}} | ||
− | {{#parentPage:PXV:IPXV_PageSizeCtl|GetMeasureUnit | + | {{#parentPage:PXV:IPXV_PageSizeCtl#Methods|GetMeasureUnit|method}} |
{{ToReview}} | {{ToReview}} | ||
Line 7: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetMeasureUnit([ | + | <pre class="brush:cpp;gutter:false">HRESULT GetMeasureUnit([out, retval] MeasureUnit* nUnit);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nUnit |
− | :[out] Pointer to [[PXV:MeasureUnit|MeasureUnit]]. | + | :[out, retval] Pointer to [[PXV:MeasureUnit|MeasureUnit]]. |
== Return Value == | == Return Value == | ||
Line 17: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]] |
Latest revision as of 03:02, 15 June 2015
Returns the units used for page size measurement
Syntax
HRESULT GetMeasureUnit([out, retval] MeasureUnit* nUnit);
Parameters
- nUnit
- [out, retval] Pointer to MeasureUnit.
Return Value
Returns S_OK if operation was successful or error code in other cases.