Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PagePrintedEventArgs Class

In This Topic
    PagePrintedEventArgs Class Methods
    In This Topic

    For a list of all members of this type, see PagePrintedEventArgs members.

    Public Methods
     NameDescription
    Public MethodGets or sets a value indicating whether an additional page should be printed. If the value is true, you can set it to false to prevent printing more pages. If the value is false, nothing will happen if you set this property.

    True if an additional page should be printed; otherwise, false.

     
    Public MethodGets a value indicating the total page count. (Inherited from com.grapecity.documents.excel.PagePrintEventArgs)
    Public MethodGets a 1-based value indicating which page is associated with this event. (Inherited from com.grapecity.documents.excel.PagePrintEventArgs)
    Public MethodGets or sets a value indicating whether an additional page should be printed. If the value is true, you can set it to false to prevent printing more pages. If the value is false, nothing will happen if you set this property.

    True if an additional page should be printed; otherwise, false.

     
    Top
    See Also