Back to Devexpress

Presentation.Print(PrintOptions) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-print-x28-devexpress-dot-docs-dot-presentation-dot-printing-dot-printoptions-x29.md

latest1.4 KB
Original Source

Presentation.Print(PrintOptions) Method

Prints the presentation with specified print options.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void Print(
    PrintOptions printOptions
)
vb
Public Sub Print(
    printOptions As PrintOptions
)

Parameters

NameTypeDescription
printOptionsPrintOptions

An object that contains print options.

|

Remarks

For more information, refer to the following help topic: Print Created or Loaded Presentations with DevExpress Presentation API.

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace