API Reference
Class
PowerPointPresentationImageExportBuilder
Fluent image-export builder for all selected slides in a PowerPoint presentation.
Inheritance
- OfficeImageExportBatchBuilder<PowerPointPresentationImageExportBuilder, PowerPointPresentationImageExportOptions>
- PowerPointPresentationImageExportBuilder
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PowerPointPresentation.ToImages
- Method PowerPointPresentationImageExportBuilder.As
- Method PowerPointPresentationImageExportBuilder.AsPng
- Method PowerPointPresentationImageExportBuilder.AsSvg
- Method PowerPointPresentationImageExportBuilder.AtScale
- Method PowerPointPresentationImageExportBuilder.ForHighResolution
- Method PowerPointPresentationImageExportBuilder.ForPreview
- Method PowerPointPresentationImageExportBuilder.ForSlideRange
- Method PowerPointPresentationImageExportBuilder.ForSlides
- Method PowerPointPresentationImageExportBuilder.HighResolution
- Method PowerPointPresentationImageExportBuilder.IncludeBackground
- Method PowerPointPresentationImageExportBuilder.IncludeContent
- Method PowerPointPresentationImageExportBuilder.IncludeHiddenSlides
- Method PowerPointPresentationImageExportBuilder.OnBackground
- Method PowerPointPresentationImageExportBuilder.OnTransparentBackground
- Method PowerPointPresentationImageExportBuilder.OnWhiteBackground
- Method PowerPointPresentationImageExportBuilder.Preview
- Method PowerPointPresentationImageExportBuilder.TransparentBackground
- Method PowerPointPresentationImageExportBuilder.WhiteBackground
- Method PowerPointPresentationImageExportBuilder.WithBackground
- Method PowerPointPresentationImageExportBuilder.WithoutBackground
- Method PowerPointPresentationImageExportBuilder.WithoutContent
- Method PowerPointPresentationImageExportBuilder.WithScale
Methods
public PowerPointPresentationImageExportBuilder ForSlideRange(Int32 firstSlideNumber, Int32 lastSlideNumber) #Returns:
PowerPointPresentationImageExportBuilderSelects a 1-based inclusive slide range for presentation-level export.
Parameters
- firstSlideNumber System.Int32
- lastSlideNumber System.Int32
ForSlides 2 overloads
public PowerPointPresentationImageExportBuilder ForSlides(IEnumerable<Int32> slideNumbers) #Returns:
PowerPointPresentationImageExportBuilderSelects specific 1-based slide numbers for presentation-level export.
Parameters
- slideNumbers System.Int32[]
ForSlides(System.Collections.Generic.IEnumerable{System.Int32} slideNumbers) #Selects specific 1-based slide numbers for presentation-level export.
Parameters
- slideNumbers System.Collections.Generic.IEnumerable{System.Int32}
public PowerPointPresentationImageExportBuilder IncludeBackground(Boolean include = true) #Returns:
PowerPointPresentationImageExportBuilderIncludes or excludes resolved slide backgrounds.
Parameters
- include System.Boolean = true
public PowerPointPresentationImageExportBuilder IncludeContent(Boolean include = true) #Returns:
PowerPointPresentationImageExportBuilderIncludes or excludes slide content.
Parameters
- include System.Boolean = true
public PowerPointPresentationImageExportBuilder WithoutBackground() #Returns:
PowerPointPresentationImageExportBuilderExcludes resolved slide backgrounds.
public PowerPointPresentationImageExportBuilder WithoutContent() #Returns:
PowerPointPresentationImageExportBuilderExcludes slide content.
Inherited Methods
public PowerPointPresentationImageExportBuilder As(OfficeImageExportFormat format) #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- format OfficeImageExportFormat
public PowerPointPresentationImageExportBuilder AsPng() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder AsSvg() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder AtScale(Double scale) #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- scale Double
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public IReadOnlyList<OfficeImageExportResult> Export() #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
public IReadOnlyList<OfficeImageExportResult> ExportPng() #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
public IReadOnlyList<OfficeImageExportResult> ExportSvg() #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder ForHighResolution() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder ForPreview() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder HighResolution() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder OnBackground(String color) #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- color OfficeColor
public PowerPointPresentationImageExportBuilder OnTransparentBackground() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder OnWhiteBackground() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder Preview() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public IReadOnlyList<OfficeImageExportResult> Save(String folderPath) #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- folderPath String
public IReadOnlyList<OfficeImageExportResult> SaveAsPng(String folderPath) #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- folderPath String
public IReadOnlyList<OfficeImageExportResult> SaveAsSvg(String folderPath) #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- folderPath String
public IReadOnlyList<OfficeImageExportResult> SavePng(String folderPath) #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- folderPath String
public IReadOnlyList<OfficeImageExportResult> SaveSvg(String folderPath) #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- folderPath String
public IReadOnlyList<OfficeImageExportResult> SaveTo(String folderPath) #Returns:
IReadOnlyList<OfficeImageExportResult>Inherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- folderPath String
public PowerPointPresentationImageExportBuilder TransparentBackground() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder WhiteBackground() #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
public PowerPointPresentationImageExportBuilder WithBackground(String color) #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- color OfficeColor
public PowerPointPresentationImageExportBuilder WithScale(Double scale) #Returns:
PowerPointPresentationImageExportBuilderInherited from 0, Culture=neutral, PublicKeyToken=null]]
Parameters
- scale Double