Share via


PageSetup.SlideHeight Property

Returns or sets the slide height, in points. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property SlideHeight As Single
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As Single

value = instance.SlideHeight

instance.SlideHeight = value
float SlideHeight { get; set; }

Property Value

Type: System.Single

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.PowerPoint Namespace