IPXC_GetPageTextOptions::version Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''version''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns  Value of ULONG ...
+
Property '''nVersion''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_version([out, retval]  ULONG*  version);
+
<pre class="brush:cpp;gutter:false">HRESULT get_version([out, retval]  ULONG*  nVersion);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]
 
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]

Latest revision as of 03:29, 15 June 2015


Property nVersion of interface IPXC_GetPageTextOptions returns Value of ULONG ...

Syntax

HRESULT get_version([out, retval]  ULONG*  nVersion);

See Also

IPXC_GetPageTextOptions