IPXC_OCContext::Resolution Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_OCContext::Resolution Property}} | {{#customTitle:IPXC_OCContext::Resolution Property}} | ||
+ | {{#parentPage:PXV:IPXC_OCContext#Properties|Resolution|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
− | Property ''' | + | Property '''nResolution''' of interface [[PXV:IPXC_OCContext|IPXC_OCContext]] returns/sets Value of ULONG ... |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Resolution([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Resolution([out, retval] ULONG* nResolution); |
− | HRESULT put_Resolution([in] ULONG | + | HRESULT put_Resolution([in] ULONG nResolution); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_OCContext|IPXC_OCContext]] |
Latest revision as of 02:31, 15 June 2015
Property nResolution of interface IPXC_OCContext returns/sets Value of ULONG ...
Syntax
HRESULT get_Resolution([out, retval] ULONG* nResolution); HRESULT put_Resolution([in] ULONG nResolution);