Skip to main content
All docs
V25.1
  • Presentation Members

    Constructors

    Name Description
    Presentation() Initializes a new instance of the Presentation class.
    Presentation(Byte[]) Initializes a new instance of the Presentation class with specified settings.
    Presentation(Stream) Initializes a new instance of the Presentation class with specified settings.

    Properties

    Name Description
    DefaultTextStyle
    DocumentProperties Obtains presentation document properties.
    FirstSlideNumber
    HeaderFooterManager
    IsDisposed
    NotesMaster
    SlideMasters
    Slides
    SlideSize
    ViewProperties Gets the presentation view properties.

    Methods

    Name Description
    BeginUpdate()
    Dispose()
    EndUpdate()
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    ExportToPdf(Stream, PdfExportOptions) Exports the presentation as a PDF file to the specified stream. Allows you to specify PDF export options. The stream should be readable and writable.
    ExportToPdf(Stream) Exports the presentation as a PDF file to the specified stream. The stream should be readable and writable.
    GetActualBounds(Slide, FilledShape)
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    Print() Prints presentation to the default printer.
    Print(PrintOptions) Prints the presentation with specified print options.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    SaveDocument()
    SaveDocument(Stream)
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also