IPXV_BeforePrintEvent::Pages 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_Pages([out, retval]  INumArray**  PageIndexes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Pages([out, retval]  INumArray**  pPageIndexes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]]
 
[[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]]

Latest revision as of 03:47, 15 June 2015


Property Pages of interface IPXV_BeforePrintEvent returns Pointer to INumArray ...

Syntax

HRESULT get_Pages([out, retval]  INumArray**  pPageIndexes);

See Also

IPXV_BeforePrintEvent