[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintDocumentEventArgs

PrintDocumentEventArgs Class

Represents the event data for the PrintDocument event for the Spread component, which occurs during the print process of the sheetview.

Inheritance
PrintDocumentEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PrintDocumentEventArgs
Public Class PrintDocumentEventArgs

Properties

Name Description
Cancel

Gets or sets whether to cancel the print process. Note: Cancelling the print process cannot be reversed.

CurrentPage

Gets the order number of the current printed page.

EventType

Gets the type of PrintDocument event.

PrintAction

Gets the PrintAction type of the PrintDocument event.

SheetIndex

Get sheet's index is printing.

TotalPage

Gets the total number of printed pages.