Share via


MediaFormat.StartPoint Property

Gets or sets the start point of the trim region. Read/write.

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

Syntax

'Declaration
Property StartPoint As Integer
    Get
    Set
'Usage
Dim instance As MediaFormat
Dim value As Integer

value = instance.StartPoint

instance.StartPoint = value
int StartPoint { get; set; }

Property Value

Type: System.Int32

Remarks

The start point must be before the end point.

See Also

Reference

MediaFormat Interface

MediaFormat Members

Microsoft.Office.Interop.PowerPoint Namespace