Back to Devexpress

SlideSize Struct

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

latest1.3 KB
Original Source

SlideSize Struct

Allows you to specify the size and orientation of slides in a presentation.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public readonly struct SlideSize :
    IEquatable<SlideSize>
vb
Public Structure SlideSize
    Implements IEquatable(Of SlideSize)

The following members return SlideSize objects:

Remarks

For more information, refer to the following help topic: Slide Size.

Implements

IEquatable<SlideSize>

See Also

SlideSize Members

DevExpress.Docs.Presentation Namespace