PagePrintingEventArgs Class

The PagePrintingEvent event args

Definition

Namespace: EvoPdf.PdfPrint
Assembly: EvoPdfPrint_NetCore (in EvoPdfPrint_NetCore.dll) Version: 14.0.0
C#
public class PagePrintingEventArgs
Inheritance
Object    PagePrintingEventArgs

Properties

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

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also