IPXC_Page::UserUnit Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::UserUnit Property}}
 
{{#customTitle:IPXC_Page::UserUnit Property}}
 +
{{#parentPage:PXV:IPXC_Page#Properties|UserUnit|property}}
 +
{{ToReview}}
  
Property '''UserUnit''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets Value of double ...
+
Gets/sets a positive number that shall give the size of default user space units, in multiples of 1/72 inch. Default value: 1.0 (user space unit is 1/72 inch).
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_UserUnit([out, retval] double* pUserUnit);
+
<pre class="brush:cpp;gutter:false">HRESULT get_UserUnit([out, retval] double* nUserUnit);
HRESULT put_UserUnit([in] double pUserUnit);
+
HRESULT put_UserUnit([in] double nUserUnit);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Page|IPXC_Page]].
+
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:33, 15 June 2015


Gets/sets a positive number that shall give the size of default user space units, in multiples of 1/72 inch. Default value: 1.0 (user space unit is 1/72 inch).

Syntax

HRESULT get_UserUnit([out, retval]  double*  nUserUnit);
HRESULT put_UserUnit([in]  double  nUserUnit);

See Also

IPXC_Page