PrintJob.PagesPrinted Property

Gets a value indicating how many pages have been printed.

public int PagesPrinted { get; }
Public Property PagesPrinted As Int32

Property Value

Int32

Licensing Info

This property is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

Remarks

This property is dependent on the printer driver to update the value. It is not generally accurate when printing to network printers.

See Also

PrintJob
ceTe.DynamicPDF.Printing

In this topic