conaito PPT2Flash SDK 3.7

PPApplication.ConvertVideo Property

Gets or sets a value indicating whether convert video included in ppt file.

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

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

Property Value

true if need convert video; otherwise, false.

Implements

IPPApplication.ConvertVideo

See Also

PPApplication Class | Conaito.PPLibrary Namespace