conaito PPT2Flash SDK 3.7

PPApplication.AutoSlideChange Property

Gets or sets a value indicating whether need auto slide change if no auto advance time in powerpoint.

[Visual Basic]
Public NotOverridable Property AutoSlideChange() As Boolean _
    Implements IPPApplication.AutoSlideChange

   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public bool AutoSlideChange { public get; public set; }

Property Value

true if do auto slide change; otherwise, false.

Implements

IPPApplication.AutoSlideChange

See Also

PPApplication Class | Conaito.PPLibrary Namespace