Back to Devexpress

PdfPrintPageEventArgs Members

officefileapi-devexpress-dot-pdf-dot-pdfprintpageeventargs-dot-underscore-members.md

latest5.2 KB
Original Source

PdfPrintPageEventArgs Members

Provides data for the PdfViewer.PrintPage and PdfDocumentProcessor.PrintPage events.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
CancelGets or sets a value indicating whether the print job should be canceled. Inherited from PrintPageEventArgs.
GraphicsGets the Graphics used to paint the page. Inherited from PrintPageEventArgs.
HasMorePagesGets or sets a value indicating whether an additional page should be printed. Inherited from PrintPageEventArgs.
MarginBoundsGets the rectangular area that represents the portion of the page inside the margins. Inherited from PrintPageEventArgs.
PageBoundsGets the rectangular area that represents the total area of the page. Inherited from PrintPageEventArgs.
PageCountReturns the total number of pages which were sent to the printer.
PageNumberReturns the page number of the currently printed page.
PageSettingsGets the page settings for the current page. Inherited from PrintPageEventArgs.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfPrintPageEventArgs Class

DevExpress.Pdf Namespace