CanvasPrintDocumentSetIntermediatePageCount Method |
Sets an intermediate page count, as used by the print preview dialog.
Namespace:
Microsoft.Graphics.Canvas.Printing
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public void SetIntermediatePageCount(
uint count
)
Parameters
- count
- Type: SystemUInt32
Remarks
Call this periodically while asynchronously calculating the page
count. Once the final page count is known, pass it to SetPageCount(UInt32).
See Also