AllowPNG Property Example

This example enables PNG as an output format for the active presentation.

ActivePresentation.WebOptions.AllowPNG = True

Alternatively, PNG can be enabled as the global default for the application for newly created presentations.

Application.DefaultWebOptions.AllowPNG = True