PrintTileCount Property [Visio 2003 SDK Documentation]

Returns the number of print tiles for a drawing page.

intRet = object**.PrintTileCount**

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

object     Required. An expression that returns a Page object.

Version added

2002

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.

Applies to | Page object

See Also | Print method | PrintCenteredH property | PrintCenteredV property | PrintFitOnPages property | PrintLandscape property | PrintPagesAcross property | PrintPagesDown property | PrintScale property | PrintTile method