PrintTaskProgressingEventArgs.DocumentPageCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The page count for a print task.