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

Revision as of 07:02, 12 June 2015


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

Syntax

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

See Also

IPXC_DocumentProps