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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentProps::SpecVersion Property}}
 
{{#customTitle:IPXC_DocumentProps::SpecVersion Property}}
{{#parentPage:PXV:IPXC_DocumentProps|SpecVersion Property|property}}
+
{{#parentPage:PXV:IPXC_DocumentProps#Properties|SpecVersion|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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*  pSpecVersion);
+
<pre class="brush:cpp;gutter:false">HRESULT get_SpecVersion([out, retval]  ULONG*  nSpecVersion);
HRESULT put_SpecVersion([in]  ULONG  pSpecVersion);
+
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