View.Fit Method
Parent Object: ViewDescription
Method that fits all of the contents of the document within the view. Can optionally cause the display of the view to be updated.
Syntax
View.Fit( [DoUpdate] As Boolean )Parameters
Name | Type | Description |
DoUpdate | Boolean | Input Boolean that specifies whether to update the view after the document contents have been fitted into it. The default is to perform the update. This is an optional argument whose default value is True. |