Back to Devexpress

SlideSize.Width Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-slidesize.md

latest1.2 KB
Original Source

SlideSize.Width Property

Returns the slide width in Document units (1/300 of an inch).

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public float Width { get; }
vb
Public ReadOnly Property Width As Single

Property Value

TypeDescription
Single

The slide width in Document units.

|

Remarks

Use the SlideSize constructor to create a SlideSize instance with specified width and height.

See Also

SlideSize Struct

SlideSize Members

DevExpress.Docs.Presentation Namespace