PrintTileCount property

Microsoft Visio Developer Reference

PrintTileCount property

   Example   

Returns the number of print tiles for a drawing page.

Version added

2002

Syntax

intRet = object.PrintTileCount

intRet

Long. The number of print tiles on the drawing page.

object

Required. An expression that returns a Page object.

Remarks

When drawings span multiple physical printer pages, you can use the PrintTileCount property to determine the number of print tiles there are for a Visio drawing page. You can use the PrintTileCount property with the PrintTile method to identify and print selected tiles of an active drawing page.