Generated by
JDiff

Class com.qoppa.pdf.PrintSettings

Added Methods
boolean isPrintFormFields() Returns the value of the print form fields flag.
boolean isPrintPageContents() Returns the value of the page contents flag.
void setPrintFormFields(boolean) Sets the value of the print form fields flag.
void setPrintPageContents(boolean) Sets the value of the print page contents flag.
 

Changed Methods
boolean isPrintFormsOnly() Now deprecated.
Use m_PrintFormFields = true and m_PrintPageContents = false instead.
void setPrintFormsOnly(boolean) Now deprecated.
Use m_PrintFormFields = true and m_PrintPageContents = false instead.
 

Added Fields
boolean m_PrintFormFields This flag tells the library whether to print form fields when sending the PDF content to a printer.
boolean m_PrintPageContents This flag tells the library whether to print page contents when sending the PDF content to a printer.