Back to Devexpress

SlideSize(Single, Single) Constructor

officefileapi-devexpress-dot-docs-dot-presentation-dot-slidesize-dot-ctor-x28-system-dot-single-system-dot-single-x29.md

latest1.4 KB
Original Source

SlideSize(Single, Single) Constructor

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

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public SlideSize(
    float width,
    float height
)
vb
Public Sub New(
    width As Single,
    height As Single
)

Parameters

NameTypeDescription
widthSingle

The slide width in Document units.

| | height | Single |

The slide height in Document units.

|

See Also

SlideSize Struct

SlideSize Members

DevExpress.Docs.Presentation Namespace