Skip to main content
All docs
V25.1
  • Presentation.SlideSize Property

    Gets or sets the slide size and orientation.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public SlideSize SlideSize { get; set; }

    Property Value

    Type Description
    SlideSize

    Specifies the slide size.

    Remarks

    For more information, refer to the following help topic: DevExpress Presentation API Library: Specify Slide Size and Orientation.

    See Also