Page.PrintTileCount Property
Visio Automation Reference |
Returns the number of print tiles for a drawing page. Read-only.
Version Information
Version Added: Visio 2002
Syntax
expression.PrintTileCount
expression A variable that represents a Page object.
Return Value
Long
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 Microsoft Office Visio drawing page. You can use the PrintTileCount property with the PrintTile method to identify and print selected tiles of an active drawing page.
See Also