IPXC_Page::UserUnit Property

From PDF XChange PDF SDK
Revision as of 03:33, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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