Skip to main content
All docs
V25.1
  • Presentation.Print(PrintOptions) Method

    Prints the presentation with specified print options.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void Print(
        PrintOptions printOptions
    )

    Parameters

    Name Type Description
    printOptions PrintOptions

    An object that contains print options.

    See Also