IPXC_Page::UserUnit Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
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).
+
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 ==

Revision as of 00:53, 12 May 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*  pUserUnit);
HRESULT put_UserUnit([in]  double  pUserUnit);

See Also

See also IPXC_Page.