类 PagePrintingEventArgs


public class PagePrintingEventArgs extends PagePrintEventArgs
Provides data for the PagePrinting event.
  • 构造器详细资料

    • PagePrintingEventArgs

      public PagePrintingEventArgs()
  • 方法详细资料

    • getSkipThisPage

      public final boolean getSkipThisPage()
      Gets or 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.

    • setSkipThisPage

      public final void setSkipThisPage(boolean value)
      Gets or 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.