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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Document::MaxObjectNumber Property}}
 
{{#customTitle:IPXS_Document::MaxObjectNumber Property}}
{{#parentPage:PXV:IPXS_Document|MaxObjectNumber Property|property}}
+
{{#parentPage:PXV:IPXS_Document#Properties|MaxObjectNumber|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MaxObjectNumber([out, retval]  ULONG*  pObjNum);
+
<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