
Wx::ActiveX::Acrobat - ActiveX interface for Acrobat Reader.

use Wx::ActiveX::Acrobat ;
my $acrobat = Wx::ActiveX::Acrobat->new( $parent , -1 , wxDefaultPosition , wxDefaultSize );
$acrobat->LoadFile("./test.pdf");

ActiveX control for Acrobat Reader. The control comes from Wx::ActiveX, and all methods/events from there exit here too.

This will create and return the Acrobat object.

See Wx:ActiveX.

All the events use EVT_ACTIVEX.

<EVENTS>
</EVENTS>
<PROPS>
</PROPS>
<METHODS>
AboutBox()
goBackwardStack()
goForwardStack()
gotoFirstPage()
gotoLastPage()
gotoNextPage()
gotoPreviousPage()
LoadFile(fileName)
Print()
printAll()
printAllFit(shrinkToFit)
printPages(from , to)
printPagesFit(from , to , shrinkToFit)
printWithDialog()
setCurrentPage(n)
setLayoutMode(layoutMode)
setNamedDest(namedDest)
setPageMode(pageMode)
setShowScrollbars(On)
setShowToolbar(On)
setView(viewMode)
setViewRect(left , top , width , height)
setViewScroll(viewMode , offset)
setZoom(percent)
setZoomScroll(percent , left , top)
</METHODS>


Simon Flack <sf@flacks.net>
Thanks to wxWindows peoples and Mattia Barbon for wxPerl! :P
Thanks to Justin Bradford <justin@maxwell.ucsf.edu> and Lindsay Mathieson <lmathieson@optusnet.com.au>, that wrote the C classes for wxActiveX and wxIEHtmlWin.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.