MediaFormat.EndPoint Property
Gets or sets the time of the end point of the trim region of the media. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property EndPoint As Integer
Get
Set
'Usage
Dim instance As MediaFormat
Dim value As Integer
value = instance.EndPoint
instance.EndPoint = value
int EndPoint { get; set; }
Property Value
Type: System.Int32
Remarks
The end point must be after the start point.