Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether slides and any graphics on them are sized to fit the Web page display area of the target Web browser. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ResizeGraphics As MsoTriState
Get
Set
'Usage
Dim instance As WebOptions
Dim value As MsoTriState
value = instance.ResizeGraphics
instance.ResizeGraphics = value
MsoTriState ResizeGraphics { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the ResizeGraphics property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
Slides and graphics remain the size they are in the source presentation, regardless of the Web browser display area. |
|
The default. Slides and any graphics on them are sized to fit the Web page display area of the target Web browser. |