IPXC_DocumentProps::SpecVersion 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 '''SpecVersion''' of interface [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] returns/sets  Value of ULONG ...
+
Property '''nSpecVersion''' of interface [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] returns/sets  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_SpecVersion([out, retval]  ULONG*  SpecVersion);
+
<pre class="brush:cpp;gutter:false">HRESULT get_SpecVersion([out, retval]  ULONG*  nSpecVersion);
HRESULT put_SpecVersion([in]  ULONG  SpecVersion);
+
HRESULT put_SpecVersion([in]  ULONG  nSpecVersion);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]
 
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]

Latest revision as of 03:27, 15 June 2015


Property nSpecVersion of interface IPXC_DocumentProps returns/sets Value of ULONG ...

Syntax

HRESULT get_SpecVersion([out, retval]  ULONG*  nSpecVersion);
HRESULT put_SpecVersion([in]  ULONG  nSpecVersion);

See Also

IPXC_DocumentProps