API Reference
Class
PowerPointImageExportOptions
Options controlling dependency-free PowerPoint slide image export.
Inheritance
- OfficeImageExportOptions
- PowerPointImageExportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PowerPointSlide.CreateVisualSnapshot
- Method PowerPointSlide.ExportImage
- Method PowerPointSlide.SaveAsPng
- Method PowerPointSlide.SaveAsPng
- Method PowerPointSlide.SaveAsPngAsync
- Method PowerPointSlide.SaveAsPngAsync
- Method PowerPointSlide.SaveAsSvg
- Method PowerPointSlide.SaveAsSvg
- Method PowerPointSlide.SaveAsSvgAsync
- Method PowerPointSlide.SaveAsSvgAsync
- Method PowerPointSlide.ToPng
- Method PowerPointSlide.ToSvg
Constructors
public PowerPointImageExportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IncludeSlideBackground { get; set; } #Gets or sets a value indicating whether resolved slide backgrounds should be included.
public Boolean IncludeSlideContent { get; set; } #Gets or sets a value indicating whether slide content should be rendered when supported.
public Boolean IncludePictures { get; set; } #Gets or sets whether pictures and media should be rendered.
public Boolean IncludeAutoShapes { get; set; } #Gets or sets whether auto-shapes, connectors, and diagrams should be rendered.
public Boolean IncludeTextBoxes { get; set; } #Gets or sets whether text boxes should be rendered.
public Boolean IncludeTables { get; set; } #Gets or sets whether tables should be rendered.
public Boolean IncludeCharts { get; set; } #Gets or sets whether charts should be rendered.