[]
        
(Showing Draft Content)

PagePrintingEventArgs

Class PagePrintingEventArgs


public class PagePrintingEventArgs extends PagePrintEventArgs
Provides data for the PagePrinting event.
  • Constructor Details

    • PagePrintingEventArgs

      public PagePrintingEventArgs()
  • Method Details

    • getSkipThisPage

      public final boolean getSkipThisPage()
      Gets a value indicating whether this page should be skipped in output.

      True if this page should be skipped in output. Otherwise, false. The default value is false.

    • setSkipThisPage

      public final void setSkipThisPage(boolean value)
      Sets a value indicating whether this page should be skipped in output.

      True if this page should be skipped in output. Otherwise, false. The default value is false.