CustomPrintEventArgs

CustomPrintEventArgs

Overview

CustomPrintEventArgs is a class in Aspose.PDF FOSS for .NET. Inherits from: System.EventArgs.

Event args raised by PdfViewer.CustomPrint.

This class provides 1 method for working with CustomPrintEventArgs objects in .NET programs. Available methods include: CustomPrintEventArgs. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Graphics, PageNumber.

Properties

NameTypeAccessDescription
PageNumberintRead/WriteGets or sets the page number.
GraphicsSystem.Drawing.GraphicsRead/WriteGets or sets the graphics.

Methods

SignatureDescription
CustomPrintEventArgs()Calls CustomPrintEventArgs on this CustomPrintEventArgs instance.

See Also