Deprecated API

Deprecated Fields
com.qoppa.pdf.PrintSettings.m_ForceUserPageFormat
          This flag is not used anymore. When printing, if the PDF document is used as a Printable, the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define its own page format. 
com.qoppa.pdfViewer.IPDFPageView.m_SelectFgndColor
          This variable cannot be changed since it is defined in an interface. Use 
com.qoppa.pdfViewer.IPDFPageView.m_SelectXORColor
          This variable cannot be changed since it is defined in an interface. Use 
 

Deprecated Methods
com.qoppa.pdf.annotations.Ink.addPolyline()
          Please use addGesture 
com.qoppa.pdf.dom.IPDFDocument.getFile()
          Use getSource() instead 
com.qoppa.pdf.dom.IPDFDocument.getFileName()
          Use getSource() instead. 
com.qoppa.pdf.annotations.Ink.getPolylines()
          Please use getGestures 
com.qoppa.pdfViewer.PDFViewerBean.getScale()
          use PDFViewerBean.getScale2D() 
com.qoppa.pdfViewer.PDFViewerBean.getSelectTextContextMenu()
          Use getPageViewPanel.getTextSelectionContextMenu() 
com.qoppa.pdfViewer.PDFViewerBean.getSplitPolicy()
          This feature has been replaced by the InitialViewSettings class.
 
com.qoppa.pdfViewer.PDFViewerBean.getViewerContextMenu()
          Use getPageViewPanel.getPageContextMenu() 
com.qoppa.pdf.PrintSettings.isForceUserPageFormat()
          This flag is not used anymore. When printing, if the PDF document is used as a Printable, the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define its own page format. 
com.qoppa.pdf.annotations.Annotation.paint(Graphics, boolean)
          in favor of Paint (Graphics g). This method is still available, but the boolean is ignored. 
com.qoppa.pdf.PrintSettings.setForceUserPageFormat(boolean)
          This flag is not used anymore. When printing, if the PDF document is used as a Printable, the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define its own page format. 
com.qoppa.pdfViewer.PDFViewerBean.setScale(int)
          - Use setScale2D()