IPXS_Document::MaxObjectNumber 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_MaxObjectNumber([out, retval]  ULONG*  ObjNum);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MaxObjectNumber([out, retval]  ULONG*  nObjNum);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_Document|IPXS_Document]]
 
[[PXV:IPXS_Document|IPXS_Document]]

Latest revision as of 03:40, 15 June 2015


Property MaxObjectNumber of interface IPXS_Document returns Value of ULONG ...

Syntax

HRESULT get_MaxObjectNumber([out, retval]  ULONG*  nObjNum);

See Also

IPXS_Document