PageSetup.SlideWidth Property
Returns or sets the slide width, in points. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property SlideWidth As Single
Get
Set
'Usage
Dim instance As PageSetup
Dim value As Single
value = instance.SlideWidth
instance.SlideWidth = value
float SlideWidth { get; set; }
Property Value
Type: System.Single