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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BeforePrintEvent::Pages Property}}
 
{{#customTitle:IPXV_BeforePrintEvent::Pages Property}}
{{#parentPage:PXV:IPXV_BeforePrintEvent|property}}
+
{{#parentPage:PXV:IPXV_BeforePrintEvent|Pages Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Pages([out, retval] INumArray** ppPageIndexes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Pages([out, retval] INumArray** ppPageIndexes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]].
 
See also [[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]].

Revision as of 06:19, 23 April 2015


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

Syntax

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

See Also

See also IPXV_BeforePrintEvent.