Presentation Constructors
A non-visual component that allows you to generate presentations from scratch and manipulate existing presentations in PPTX format.| Name | Parameters | Description |
|---|---|---|
| Presentation() | none | Initializes a new instance of the Presentation class. |
| Presentation(Byte[]) | buffer | Initializes a new instance of the Presentation class with specified settings. |
| Presentation(Stream) | stream | Initializes a new instance of the Presentation class with specified settings. |
See Also