[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PagePrintedEventArgs

Class PagePrintedEventArgs

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Provides data for the PagePrinted event.

public class PagePrintedEventArgs : PagePrintEventArgs
Inheritance
object
System.EventArgs
PagePrintedEventArgs
Inherited Members
System.EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

PagePrintedEventArgs()

public PagePrintedEventArgs()

Properties

HasMorePages

Gets or sets a value indicating whether an additional page should be printed. If the value is true, you can set it to false to prevent printing more pages. If the value is false, nothing will happen if you set this property.

public bool HasMorePages { get; set; }

Property Value

bool

True if an additional page should be printed; otherwise, false.