Back to Devexpress

Presentation Constructors

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-ctor-17358eac.md

latest1.9 KB
Original Source

Presentation Constructors

A non-visual component that allows you to generate presentations from scratch and manipulate existing presentations in PPTX format.

NameParametersDescription
Presentation()noneInitializes a new instance of the Presentation class.
Presentation(Byte[], DocumentFormat)buffer, documentFormatInitializes a new instance of the Presentation class with specified settings.
Presentation(Byte[])bufferInitializes a new instance of the Presentation class with specified settings.
Presentation(Stream, DocumentFormat)stream, documentFormatInitializes a new instance of the Presentation class with specified settings.
Presentation(Stream)streamInitializes a new instance of the Presentation class with specified settings.

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace