Class PrintPageEventArgs

PrintPageEventArgs class

Provides data for the PrintPage event.

public class PrintPageEventArgs

Constructors

NameDescription
PrintPageEventArgs()The default constructor.

Properties

NameDescription
Graphics { get; }Gets the Graphics used to paint the page.
HasMorePages { get; set; }Gets or sets a value indicating whether an additional page should be printed.
PageSettings { get; }Gets the page settings for the current page.

See Also