Page.ResizeToFitContents method (Visio)
Resizes the page, or the master's page, to fit tightly around the shapes or master that are on it.
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 selecting Let Visio expand the page as needed on the Page Size tab in the Page Setup dialog box (on the Design tab, click Size, and then click More Page Sizes).
If your Visual Studio solution includes the Microsoft.Office.Interop.Visio reference, this method maps to the following types:
- Microsoft.Office.Interop.Visio.IVPage.ResizeToFitContents()
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.