ApplicationClass.Resize(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void Resize(int Width, int Height) = Microsoft::Office::Interop::Word::_Application::Resize;
public virtual void Resize (int Width, int Height);
abstract member Resize : int * int -> unit
override this.Resize : int * int -> unit
Public Overridable Sub Resize (Width As Integer, Height As Integer)
Parameters
- Width
- Int32
- Height
- Int32