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)
 
(9 intermediate revisions by 2 users 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|method}}
+
{{#parentPage:PXV:IPXV_PageSizeCtl#Methods|GetMeasureUnit|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Returns the units used for page size measurement
  
 
== 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
:[in]  Pointer to [[PXV:MeasureUnit|MeasureUnit]].
+
:[out, retval]  Pointer to [[PXV:MeasureUnit|MeasureUnit]].
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]].
+
[[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