Presentation Constructors
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