API Reference

Class

PowerPointImageExportOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base OfficeImageExportOptions

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

Constructors

Methods

public PowerPointImageExportOptions Clone() #
Returns: PowerPointImageExportOptions

Creates an independent options snapshot.

Properties

public override Double LogicalUnitsPerInch { get; } #
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 and connectors should be rendered.

public Boolean IncludeSmartArt { get; set; } #

Gets or sets whether supported SmartArt 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.

public Boolean IncludeHiddenShapes { get; set; } #

Gets or sets a value indicating whether hidden slide shapes should be included.

public Int32 MaxGroupShapeDepth { get; set; } #

Maximum nested group-shape depth rendered into a shared visual snapshot. Zero skips group content; negative values disable the depth limit.

public Int32 MaximumEmbeddedImageBytes { get; set; } #

Maximum bytes read from one embedded image during export.

public Int64 MaximumTotalEmbeddedImageBytes { get; set; } #

Maximum aggregate embedded-image bytes retained by one slide export.

Fields

public const Int32 DefaultMaximumEmbeddedImageBytes #

Default maximum bytes read from one embedded image during export.

Value: 67108864
public const Int64 DefaultMaximumTotalEmbeddedImageBytes #

Default aggregate embedded-image bytes retained by one slide export.

Value: 268435456