IPXV_BeforePrintEvent::Options Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BeforePrintEvent::Options Property}}
 
{{#customTitle:IPXV_BeforePrintEvent::Options Property}}
 +
{{#parentPage:PXV:IPXV_BeforePrintEvent#Properties|Options|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Options''' of interface [[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]] returns  Pointer to [[PXV:ICab|ICab]] ...
 
Property '''Options''' of interface [[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]] returns  Pointer to [[PXV:ICab|ICab]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Options([out, retval] ICab** ppOpts);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Options([out, retval] ICab** pOpts);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]].
+
[[PXV:IPXV_BeforePrintEvent|IPXV_BeforePrintEvent]]

Latest revision as of 03:47, 15 June 2015


Property Options of interface IPXV_BeforePrintEvent returns Pointer to ICab ...

Syntax

HRESULT get_Options([out, retval]  ICab**  pOpts);

See Also

IPXV_BeforePrintEvent