Skip to main content
All docs
V26.1
  • Presentation.SaveDocument() Method

    Saves the presentation to a byte array.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public byte[] SaveDocument()

    Returns

    Type Description
    Byte[]

    A byte array that contains the presentation data in the PPTX format.

    See Also