Share via


Page.PrintTile Method

Visio Automation Reference

Prints a single tile of a drawing page.

Version Information
 Version Added:  Visio 2002

Syntax

expression.PrintTile(nTile)

expression   A variable that represents a Page object.

Parameters

Name Required/Optional Data Type Description
nTile Required Long The number of tiles.

Return Value
Nothing

Remarks

Use the PrintTile method to print a single tile of a drawing that spans multiple physical printer pages.

Using this method is the equivalent of clicking the Print toolbar button when you are previewing a single tile in Print Preview mode.

See Also