The PagePrintedEvent event args
Inheritance Hierarchy
EvoPdf.PdfPrintPagePrintedEventArgs
Namespace: EvoPdf.PdfPrint
Assembly: EvoPdfPrint (in EvoPdfPrint.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The PagePrintedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Cancel |
Gets or sets a value indicating whether the print job should be canceled
|
![]() | EndPrinting |
Gets or sets a value indicating whether the print job should be ended
|
![]() | Graphics |
Gets the System.Drawing.Graphics used to paint the page
|
![]() | MarginBounds |
Gets the rectangular area that represents the portion of the page inside the margins
|
![]() | PageBounds |
Gets the rectangular area that represents the total area of the page
|
![]() | PageNumber |
The page number of the current page being printed
|
![]() | PageSettings |
Gets the page settings for the current page
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also