IPXC_OCContext::Resolution Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_OCContext::Resolution Property}}
 
{{#customTitle:IPXC_OCContext::Resolution Property}}
{{#parentPage:PXV:IPXC_OCContext#Properties|Resolution Property|property}}
+
{{#parentPage:PXV:IPXC_OCContext#Properties|Resolution|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Resolution''' of interface [[PXV:IPXC_OCContext|IPXC_OCContext]] returns/sets  Value of ULONG ...
+
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*  pResolution);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Resolution([out, retval]  ULONG*  nResolution);
HRESULT put_Resolution([in]  ULONG  pResolution);
+
HRESULT put_Resolution([in]  ULONG  nResolution);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_OCContext|IPXC_OCContext]]
 
[[PXV:IPXC_OCContext|IPXC_OCContext]]

Latest revision as of 03: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);

See Also

IPXC_OCContext