Skip to main content
All docs
V25.2
  • Presentation.SaveDocument(DocumentFormat) Method

    Saves the presentation in the specified format to a byte array.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public byte[] SaveDocument(
        DocumentFormat documentFormat
    )

    Parameters

    Name Type Description
    documentFormat DocumentFormat

    The format in which the presentation should be saved.

    Returns

    Type Description
    Byte[]

    A byte array that contains the saved presentation.

    See Also