Initializes a new instance of the DocumentPrintBeginEventArgs class.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public DocumentPrintBeginEventArgs( PdfPrintDocument document, string fileName, byte[] content, int numberOfPagesInDocument, int numberOfPagesToPrint, int jobId )
Parameters
- document
- Type: PdfPrintingNetPdfPrintDocument
The document. - fileName
- Type: SystemString
Name of the file. - content
- Type: SystemByte
The content. - numberOfPagesInDocument
- Type: SystemInt32
The number of pages in document. - numberOfPagesToPrint
- Type: SystemInt32
The number of pages to print. - jobId
- Type: SystemInt32
JobId. It doesn't have value for UseOldPrintingSystem == true
See Also