conaito PPT2Flash SDK 3.7

PPApplication.RenderEffects Property

Gets or sets a value indicating whether if need render effects.

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

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

Property Value

true if need render effects; otherwise, false.

Implements

IPPApplication.RenderEffects

See Also

PPApplication Class | Conaito.PPLibrary Namespace