conaito PPT2Flash SDK 3.7

PPApplication.SmoothImage Property

Gets or sets a value indicating whether smooth image exported from powerpoint.

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

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

Property Value

true if smooth image; otherwise, false.

Implements

IPPApplication.SmoothImage

See Also

PPApplication Class | Conaito.PPLibrary Namespace