다음을 통해 공유


DefaultWebOptions.ResizeGraphics Property

Determines the global setting for 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 DefaultWebOptions
Dim value As MsoTriState

value = instance.ResizeGraphics

instance.ResizeGraphics = value
MsoTriState ResizeGraphics { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

You can override the global setting for an individual presentation by setting the ResizeGraphics property of the WebOptions object for that presentation.

The value of the ResizeGraphics property can be one of these 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

DefaultWebOptions Interface

DefaultWebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace