Skip to main content
All docs
V25.2
  • 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[], DocumentFormat) buffer, documentFormat Initializes a new instance of the Presentation class with specified settings.
    Presentation(Byte[]) buffer Initializes a new instance of the Presentation class with specified settings.
    Presentation(Stream, DocumentFormat) stream, documentFormat 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