XpsOptions
Contents
[
Hide
]
XpsOptions class
Provides options that control how a presentation is saved in XPS format.
public class XpsOptions : SaveOptions, IXpsOptions
Constructors
Name | Description |
---|---|
XpsOptions() | Default constructor. |
Properties
Name | Description |
---|---|
DefaultRegularFont { get; set; } | Returns or sets font used in case source font is not found. Read-write String. |
DrawSlidesFrame { get; set; } | True to draw black frame around each slide. Read/write Boolean. |
ProgressCallback { get; set; } | Represents a callback object for saving progress updates in percentage. See IProgressCallback . |
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 . |
WarningCallback { get; set; } | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
See Also
- class SaveOptions
- interface IXpsOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides