IPXV_PageSizeCtl::GetMeasureUnit Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageSizeCtl::GetMeasureUnit Method}}
 
{{#customTitle:IPXV_PageSizeCtl::GetMeasureUnit Method}}
{{#parentPage:PXV:IPXV_PageSizeCtl#Methods|GetMeasureUnit Method|method}}
+
{{#parentPage:PXV:IPXV_PageSizeCtl#Methods|GetMeasureUnit|method}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetMeasureUnit([in]  MeasureUnit*  pUnit);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetMeasureUnit([out, retval]  MeasureUnit*  nUnit);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pUnit
+
;nUnit
:[out]  Pointer to [[PXV:MeasureUnit|MeasureUnit]].
+
:[out, retval]  Pointer to [[PXV:MeasureUnit|MeasureUnit]].
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]], [[PXV:MeasureUnit|MeasureUnit]].
+
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]]

Latest revision as of 04: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.

See Also

IPXV_PageSizeCtl