Back to Devexpress

Presentation(Byte[], DocumentFormat) Constructor

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-ctor-x28-system-dot-byte-devexpress-dot-docs-dot-presentation-dot-documentformat-x29.md

latest1.5 KB
Original Source

Presentation(Byte[], DocumentFormat) Constructor

Initializes a new instance of the Presentation class with specified settings.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public Presentation(
    byte[] buffer,
    DocumentFormat documentFormat
)
vb
Public Sub New(
    buffer As Byte(),
    documentFormat As DocumentFormat
)

Parameters

NameTypeDescription
bufferByte[]

A presentation as a byte array.

| | documentFormat | DocumentFormat |

The presentation format.

|

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace