The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

new ( PARENT , ID , POS , SIZE )

This will create and return the Acrobat object.

METHODS

See Wx:ActiveX.

EVENTS

All the events use EVT_ACTIVEX.

ActivexInfos

  <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>

SEE ALSO

Wx::ActiveX, Wx

AUTHOR

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.

COPYRIGHT

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