IPXS_Document::Trailer 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_Trailer([out, retval]  IPXS_PDFVariant**  pTrailer);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Trailer([out, retval]  IPXS_PDFVariant**  Trailer);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_Document|IPXS_Document]]
 
[[PXV:IPXS_Document|IPXS_Document]]

Revision as of 07:16, 12 June 2015


Property Trailer of interface IPXS_Document returns Pointer to IPXS_PDFVariant ...

Syntax

HRESULT get_Trailer([out, retval]  IPXS_PDFVariant**  Trailer);

See Also

IPXS_Document