Page.ResizeToFitContents Method
Visio Automation Reference |
Resizes the page, or the master's page, to fit tightly around the shapes or master that are on it.
Version Information
Version Added: Visio 2002
Syntax
expression.ResizeToFitContents
expression A variable that represents a Page object.
Return Value
Nothing
Remarks
After the page is resized, the page height and width and the PinX and PinY values of the shapes or master are typically changed.
Calling the ResizeToFitContents method is the equivalent of clicking Size to fit drawing contents on the Page Size tab in the Page Setup dialog box (on the File menu, click Page Setup).
See Also