IXpsOptions

IXpsOptions interface

Provides options that control how a presentation is saved in XPS format.

public interface IXpsOptions : ISaveOptions

Properties

NameDescription
AsISaveOptions { get; }Returns ISaveOptions interface. Read-only ISaveOptions.
DrawSlidesFrame { get; set; }True to draw black frame around each slide. Read/write Boolean.
SaveMetafilesAsPng { get; set; }True to convert all metafiles used in a presentation to the PNG images. Read/write Boolean.
ShowHiddenSlides { get; set; }Specifies whether the generated document should include hidden slides or not. Default is false.

See Also