API Reference
Class
PowerPointPresentationImageExportOptions
Options controlling dependency-free PowerPoint presentation image export.
Inheritance
- PowerPointImageExportOptions
- PowerPointPresentationImageExportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PowerPointPresentationImageExportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<Int32> SlideNumbers { get; set; } #Gets or sets the 1-based slide numbers to export. When null or empty, all eligible slides are exported.
Inherited Properties
public Boolean IncludeSlideBackground { get; set; } #Inherited from PowerPointImageExportOptions
public Boolean IncludeSlideContent { get; set; } #Inherited from PowerPointImageExportOptions
public Double Scale { get; set; } #Inherited from OfficeImageExportOptions
public OfficeColor BackgroundColor { get; set; } #Inherited from OfficeImageExportOptions