Share via


PrintTaskProgressingEventArgs.DocumentPageCount Property

Definition

Gets the page count for a print task.

public:
 property unsigned int DocumentPageCount { unsigned int get(); };
uint32_t DocumentPageCount();
public uint DocumentPageCount { get; }
var uInt32 = printTaskProgressingEventArgs.documentPageCount;
Public ReadOnly Property DocumentPageCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The page count for a print task.

Applies to