iSpring.AppearanceSettings Interface

The AppearanceSettings Interface represents appearance settings of the generated Flash content.

Properties

Property

Value Type

Access

Default value

Property description

AddPreloader

bool

Read/write

false

A Boolean value indicating whether a preloading module is added to the generated Flash presentation.
Note: the preloading module is not added when the presentation is exported into a set of standalone Flash slides.

BackgroundColor

uint

Read/write

0xFFFFFF

Background color of the generated Flash presentation in 0xBBGGRR format:
color = Red + (Green * 255) + (Blue * 65536)

DisablePrinting

bool

Read/write

false

A Boolean value indicating whether the "Print..." option of the Adobe Flash Player context menu is disabled.
Note: if the DisableMenu property is set to true, the DisablePrinting property value doesn't matter

DisableMenu

bool

Read/write

false

A Boolean value indicating whether the Adobe Flash Player context menu is disabled.

FrameRate

float

Read/write

24

A frame rate of the generated Flash presentation.
Note: a frame rate value must be in range: [0.1; 100]

FullScreen

bool

Read/write

false

A Boolean value indicating whether the generated Flash presentation occupies a whole screen area.
Note: there are some full-screen mode restrictions for Flash files running in browser window:

  • Adobe Flash Player 9.0.28.0 or later is required
  • allowFullScreen tag parameter must be included to the <object> and <embed> tags of the HTML code.
  • Users cannot enter text in text input fields while in full-screen mode.

OptimizeImagesForScreenResolution

bool

Read/write

false

A Boolean value indicating whether the generated Flash content will be optimized for the particular screen resolution.
Note: the ScreenHeight and the ScreenWidth properties specify height and width of the screen the generated presentation will be optimized for

ScreenHeight

int

Read/write

768

The screen height images will be optimized for.
Note: this property is used if the OptimizeImagesForScreenResolution property is set to true

ScreenWidth

int

Read/write

1024

The screen width images will be optimized for.
Note: this property is used if the OptimizeImagesForScreenResolution property is set to true

SmoothImages

bool

Read/write

true

A Boolean value indicating whether raster images smoothing is turned on

ExportSlideBackground

bool

Read/write

true

Indicates whether the slide background should be exported

See also

PresentationConverter Class
Settings Interface
iSpring SDK COM API