ResizeToFitContents method

ResizeToFitContents method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Resizes the page, or the master's page, to fit tightly around the shapes or master that are on it.

Version added

2002

Syntax

        
          object.ResizeToFitContents
      

object

Required. An expression that returns a Master or Page object.

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.

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).