Share via


WebOptions.ResizeGraphics Property

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

msoFalse

Slides and graphics remain the size they are in the source presentation, regardless of the Web browser display area.

msoTrue

The default. Slides and any graphics on them are sized to fit the Web page display area of the target Web browser.

See Also

Reference

WebOptions Interface

WebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace